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:
parent
1997ded2f4
commit
6c5d358cc2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue