guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-django: Update to 4.0.1 [security fixes].


From: guix-commits
Subject: 03/05: gnu: python-django: Update to 4.0.1 [security fixes].
Date: Wed, 5 Jan 2022 05:20:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 07b505aa3b3a564b87af5ac12440122efe4608b8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 5 10:54:22 2022 +0100

    gnu: python-django: Update to 4.0.1 [security fixes].
    
    This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452.
    
    * gnu/packages/django.scm (python-django-4.0): Update to 4.0.1.
---
 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 38af7028b7..0b804cb7fb 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -51,13 +51,13 @@
 (define-public python-django-4.0
   (package
     (name "python-django")
-    (version "4.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0xgf2d8j54kicaz8f6ailzlgcvq5zs6wgn74gqivka0rm16s3a6m"))))
+                "11pg33ib43pvkflgvs5gs6c9zflhpxp8dvhd109swfscrjiyx194"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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