gnu: python-django-2.2: Update to 2.2.19 [security fixes].

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.19.
This commit is contained in:
Léo Le Bouter 2021-03-10 21:49:37 +01:00
parent 1997ded2f4
commit 6c5d358cc2
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6

View File

@ -132,13 +132,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-2.2 (define-public python-django-2.2
(package (package
(inherit python-django) (inherit python-django)
(version "2.2.17") (version "2.2.19")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "Django" version))
(sha256 (sha256
(base32 (base32
"0qdq0h2gw45j0h9j22c2sdn49ybl7jsrcyraskb9snknsyj70lyg")))) "0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih"))))
(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)