diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-04 12:03:07 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-05 02:20:25 +0100 |
commit | e04610d821f4c1abcc4e5a29783851a10f414153 (patch) | |
tree | c7ce547dc9520c5ecdbccaf82a724575be9dba97 /gnu | |
parent | 291cd8e3fad7ba1041eb9f886c757e8ad5a2f132 (diff) |
gnu: python-django@2.2: Update to 2.2.17.
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b4c51474e2..0051aebe5f 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) |