guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-django@3.2: Update to 3.2.11 [security fixes].


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

mbakke pushed a commit to branch master
in repository guix.

commit e19b9ad5a285148d19fdd7626c74283fc0f01484
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 5 10:55:52 2022 +0100

    gnu: python-django@3.2: Update to 3.2.11 [security fixes].
    
    This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452.
    
    * gnu/packages/django.scm (python-django-3.2): Update to 3.2.11.
---
 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 0b804cb7fb..734d8f1d15 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -131,13 +131,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-3.2
   (package
     (inherit python-django-4.0)
-    (version "3.2.10")
+    (version "3.2.11")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "1i6my7qrivj0ag9dq22lg0lq6maxapbdqrwy6v1cs2mlnhc8hkh7"))))
+                "0xbyl9fh9lk5hiwpw46s6hz98gs0fixrpq3myj5hh6vbbnz4mjb9"))))
     (propagated-inputs
      (modify-inputs (package-propagated-inputs python-django-4.0)
        ;; Django 4.0 deprecated pytz in favor of Pythons built-in zoneinfo.



reply via email to

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