diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-06 19:15:01 +0200 |
---|---|---|
committer | Léo Le Bouter <lle-bout@zaclys.net> | 2021-04-06 19:16:16 +0200 |
commit | 1467080de4ddf49d0bf2fbc3ff9e1cf8dccba44a (patch) | |
tree | 067aea4142a1d75fb4b5a6b6294d9f829220985f | |
parent | 26f34f3de4239544cc03a914de137e246ac99abe (diff) | |
download | guix-1467080de4ddf49d0bf2fbc3ff9e1cf8dccba44a.tar.gz |
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.
-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 cba7929b60..dfc3d314ad 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) |