guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-django@3.2: Update to 3.2.18.


From: guix-commits
Subject: 04/04: gnu: python-django@3.2: Update to 3.2.18.
Date: Sun, 23 Apr 2023 16:42:45 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit e6a88bcf16cacd556d80132ad6155e76ee0373ce
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 23 22:34:49 2023 +0200

    gnu: python-django@3.2: Update to 3.2.18.
    
    Fixes the 'test_custom_fields' failure:
    
      
https://github.com/django/django/commit/9da46345d83e5d9ecb60512efb2d2e0b2b02b974
    
    * gnu/packages/django.scm (python-django-3.2): Update to 3.2.18.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 7ba2ca2a87..c930957805 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -142,13 +142,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-3.2
   (package
     (inherit python-django-4.0)
-    (version "3.2.15")
+    (version "3.2.18")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0asqhsw73555wjnvd7769b89q9w96q2k95mcr634mw92m2qk86gp"))))
+                "1fikqpf75zjlx7dgdrrrz4212cajp6rl79rw0zzlzdifi7z8s808"))))
     (native-search-paths '())           ;no need for TZDIR
     (propagated-inputs
      (modify-inputs (package-propagated-inputs python-django-4.0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]