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.8 [security fixes].


From: guix-commits
Subject: 01/02: gnu: python-django: Update to 3.1.8 [security fixes].
Date: Tue, 6 Apr 2021 13:19:59 -0400 (EDT)

lle_bout pushed a commit to branch master
in repository guix.

commit 26f34f3de4239544cc03a914de137e246ac99abe
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Apr 6 19:14:53 2021 +0200

    gnu: python-django: Update to 3.1.8 [security fixes].
    
    * gnu/packages/django.scm (python-django): Update to 3.1.8.
---
 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 7122ba3..cba7929 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.7")
+    (version "3.1.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "19v5lfijnjx18y9ax962z3gnbxy9k8i3w4j0qfzcp85nx4p7kkij"))))
+                "1b0ymqv09b523k3c2jnpb2gjy2fsy6irbfyc2g9x5hjyw41k2fgq"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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