guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-django: Update to 4.0.4 [fixes CVE-2022-2834].


From: guix-commits
Subject: 01/03: gnu: python-django: Update to 4.0.4 [fixes CVE-2022-2834].
Date: Mon, 11 Apr 2022 09:22:36 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 98d3b7f10d22b2903e258fd65ba749453e20c1f0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Apr 11 15:06:12 2022 +0200

    gnu: python-django: Update to 4.0.4 [fixes CVE-2022-2834].
    
    * gnu/packages/django.scm (python-django-4.0): Update to 4.0.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 1161d3bc18..e6fa81ab42 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -53,13 +53,13 @@
 (define-public python-django-4.0
   (package
     (name "python-django")
-    (version "4.0.2")
+    (version "4.0.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0jlmxylag7dah9jl3wm2swnn9kbisx1gqnddfbh5kjifn67va3qi"))))
+                "1da0vy3nas2m2j50dc5c3s1nv529lagg4c04riipah94hn2pg0af"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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