guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-django@2.2: Update to 2.2.17.


From: guix-commits
Subject: 05/06: gnu: python-django@2.2: Update to 2.2.17.
Date: Wed, 4 Nov 2020 20:24:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e04610d821f4c1abcc4e5a29783851a10f414153
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 4 12:03:07 2020 +0100

    gnu: python-django@2.2: Update to 2.2.17.
    
    * gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.
---
 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 b4c5147..0051aeb 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.16")
+    (version "2.2.17")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "1535g2r322cl4x52fb0dmzlbg23539j2wx6027j54p22xvjlbkv2"))))
+                "0qdq0h2gw45j0h9j22c2sdn49ybl7jsrcyraskb9snknsyj70lyg"))))
     (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]