gnu: python-django@2.2: Update to 2.2.22.

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
This commit is contained in:
Marius Bakke 2021-05-06 15:43:48 +02:00
parent 544d436ca8
commit 64b08bf7f8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -142,13 +142,13 @@ (define-public python-django
(define-public python-django-2.2 (define-public python-django-2.2
(package (package
(inherit python-django) (inherit python-django)
(version "2.2.20") (version "2.2.22")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "Django" version))
(sha256 (sha256
(base32 (base32
"0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95")))) "0q30zjcmnvwp1v1syn739wapahs2dx784n0yjyypq0cr3kdi88nv"))))
(native-inputs (native-inputs
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite. `(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
("python-selenium" ,python-selenium) ("python-selenium" ,python-selenium)