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.2.4 [fixes CVE-2021-33203, CVE-20


From: guix-commits
Subject: 01/02: gnu: python-django: Update to 3.2.4 [fixes CVE-2021-33203, CVE-2021-33571].
Date: Wed, 2 Jun 2021 11:06:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e17b8d5e3f1fc21babd64e99b74f884a7b0bb802
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 2 14:39:06 2021 +0200

    gnu: python-django: Update to 3.2.4 [fixes CVE-2021-33203, CVE-2021-33571].
    
    * gnu/packages/django.scm (python-django): Update to 3.2.4.
---
 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 fa67e74..e736b7d 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.2.2")
+    (version "3.2.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0gffaabnnpzj0sl3jl7mllvi3gc0jvab6xw2bckvyljwsrd1j78a"))))
+                "15pjwyvrx4n8gi8n51b14wp54bg4jqapr25p52597zn6ikdxijb6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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