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 @@ (define-public python-django
(define-public python-django-2.2
(package
(inherit python-django)
(version "2.2.17")
(version "2.2.19")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"0qdq0h2gw45j0h9j22c2sdn49ybl7jsrcyraskb9snknsyj70lyg"))))
"0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih"))))
(native-inputs
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
("python-selenium" ,python-selenium)