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.
This commit is contained in:
Léo Le Bouter 2021-04-06 19:15:01 +02:00
parent 26f34f3de4
commit 1467080de4
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -132,13 +132,13 @@ (define-public python-django
(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)