me
/
guix
Archived
1
0
Fork 0

gnu: python-django@2.2: Update to 2.2.25 [fixes CVE-2021-4442].

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.25.
master
Marius Bakke 2021-12-07 19:39:34 +01:00
parent cb8d62bd42
commit b5e69cf6c1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -144,15 +144,15 @@ 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.24") (version "2.2.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "Django" version))
(sha256 (sha256
(base32 (base32
"1dvx3x85lggm91x7mpvaf9nmpxyz7r97pbpnmr2k1qfy0c7gyf9k")))) "171ll8m1wp684z1r0lz93l377jc6jyq63q5p7sqx8iqk6ypmxrmi"))))
(native-inputs (native-inputs
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite. `(;; 2.2 requires Selenium for the test suite.
("python-selenium" ,python-selenium) ("python-selenium" ,python-selenium)
,@(package-native-inputs python-django))))) ,@(package-native-inputs python-django)))))