gnu: python-django@2.2: Update to 2.2.24 [fixes CVE-2021-33203, CVE-2021-33571].
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.24.
This commit is contained in:
parent
e17b8d5e3f
commit
882ec50ca1
1 changed files with 2 additions and 2 deletions
|
@ -142,13 +142,13 @@ (define-public python-django
|
|||
(define-public python-django-2.2
|
||||
(package
|
||||
(inherit python-django)
|
||||
(version "2.2.22")
|
||||
(version "2.2.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Django" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q30zjcmnvwp1v1syn739wapahs2dx784n0yjyypq0cr3kdi88nv"))))
|
||||
"1dvx3x85lggm91x7mpvaf9nmpxyz7r97pbpnmr2k1qfy0c7gyf9k"))))
|
||||
(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