guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: python-django@2.2: Update to 2.2.22.


From: guix-commits
Subject: 07/12: gnu: python-django@2.2: Update to 2.2.22.
Date: Thu, 6 May 2021 13:16:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 64b08bf7f8aa726e5497074567192e985f133824
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 15:43:48 2021 +0200

    gnu: python-django@2.2: Update to 2.2.22.
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
---
 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 e962e87..5ec1c57 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -142,13 +142,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 (define-public python-django-2.2
   (package
     (inherit python-django)
-    (version "2.2.20")
+    (version "2.2.22")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95"))))
+                "0q30zjcmnvwp1v1syn739wapahs2dx784n0yjyypq0cr3kdi88nv"))))
     (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]