guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-django@2.2: Update to 2.2.28 [fixes CVE-2022-2834].


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

mbakke pushed a commit to branch master
in repository guix.

commit d06287bd164ff6767213c489fa1fa8ff236515c2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Apr 11 15:07:16 2022 +0200

    gnu: python-django@2.2: Update to 2.2.28 [fixes CVE-2022-2834].
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.28.
---
 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 d687f19b8e..d62f4376b6 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -156,13 +156,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-2.2
   (package
     (inherit python-django-3.2)
-    (version "2.2.27")
+    (version "2.2.28")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "04y9knxd8v9jn54ws5rbdwxyq5im69kx009s7gl62axzn1371qqy"))))
+                "04vl7aivsshzsnn547lm4jdinr67afhdspc40f0c06xzmxbvc002"))))
     (native-inputs
      (modify-inputs (package-native-inputs python-django-3.2)
        (prepend ;; 2.2 requires Selenium for the test suite.



reply via email to

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