guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-django-2.2: Update to 2.2.20 [security fixes].


From: guix-commits
Subject: 02/02: gnu: python-django-2.2: Update to 2.2.20 [security fixes].
Date: Tue, 6 Apr 2021 13:20:00 -0400 (EDT)

lle_bout pushed a commit to branch master
in repository guix.

commit 1467080de4ddf49d0bf2fbc3ff9e1cf8dccba44a
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Apr 6 19:15:01 2021 +0200

    gnu: python-django-2.2: Update to 2.2.20 [security fixes].
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.
---
 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 cba7929..dfc3d31 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -132,13 +132,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-2.2
   (package
     (inherit python-django)
-    (version "2.2.19")
+    (version "2.2.20")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih"))))
+                "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95"))))
     (native-inputs
      `(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
        ("python-selenium" ,python-selenium)



reply via email to

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