guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CV


From: guix-commits
Subject: 07/16: gnu: python-django@2: Update to 2.2.27 [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 8bb91dcca01c22530a462588c182ebec6e1ded92
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Feb 3 18:18:43 2022 +0100

    gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, 
CVE-2022-23833].
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.27.
---
 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 59bf81bf09..1161d3bc18 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.26")
+    (version "2.2.27")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "13siv3bcb2yrpzzsq2k0f1yc70ya8jkmaa5kc8x29ijjglk3g9fz"))))
+                "04y9knxd8v9jn54ws5rbdwxyq5im69kx009s7gl62axzn1371qqy"))))
     (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]