guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-django: Update to 3.1.7 [security fixes].


From: guix-commits
Subject: 01/02: gnu: python-django: Update to 3.1.7 [security fixes].
Date: Wed, 10 Mar 2021 15:51:22 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 1997ded2f4b3a1e6f8a668edef505151b2d8a514
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 10 13:06:39 2021 +0100

    gnu: python-django: Update to 3.1.7 [security fixes].
    
    * gnu/packages/django.scm (python-django): Update to 3.1.7.
---
 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 aa4411c..ec967ef 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -47,13 +47,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "3.1.3")
+    (version "3.1.7")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "13rz3v0bwk8i3xcccn5awbafahab3cyk8wwv57v2xazdzxspgf0l"))))
+                "19v5lfijnjx18y9ax962z3gnbxy9k8i3w4j0qfzcp85nx4p7kkij"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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