guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-django@2.2: Update to 2.2.26 [security fixes].


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

mbakke pushed a commit to branch master
in repository guix.

commit ad35d8c017fe5ddfb05341a90e171f36e9785526
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 5 10:56:25 2022 +0100

    gnu: python-django@2.2: Update to 2.2.26 [security fixes].
    
    This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452.
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.26.
---
 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 734d8f1d15..a6d43049ea 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -146,13 +146,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.25")
+    (version "2.2.26")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "171ll8m1wp684z1r0lz93l377jc6jyq63q5p7sqx8iqk6ypmxrmi"))))
+                "00yih371rzh0rpknayj764cfa860nsh1n9ybwyiqwf0jbm4p2k58"))))
     (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]