guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-20


From: guix-commits
Subject: 05/16: gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833].
Date: Thu, 3 Feb 2022 17:44:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c515f6926769f59717364b87e0bf8e99665fd0ae
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 18:17:27 2022 +0100

    gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833].
    
    * gnu/packages/django.scm (python-django-4.0): Update to 4.0.2.
---
 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 abec9e454f..61c839f842 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.1")
+    (version "4.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "11pg33ib43pvkflgvs5gs6c9zflhpxp8dvhd109swfscrjiyx194"))))
+                "0jlmxylag7dah9jl3wm2swnn9kbisx1gqnddfbh5kjifn67va3qi"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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