me
/
guix
Archived
1
0
Fork 0

gnu: python-django@2.2: Update to 2.2.28 [fixes CVE-2022-2834].

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.28.
master
Marius Bakke 2022-04-11 15:07:16 +02:00
parent a75411703a
commit d06287bd16
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -156,13 +156,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-2.2
(package
(inherit python-django-3.2)
(version "2.2.27")
(version "2.2.28")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"04y9knxd8v9jn54ws5rbdwxyq5im69kx009s7gl62axzn1371qqy"))))
"04vl7aivsshzsnn547lm4jdinr67afhdspc40f0c06xzmxbvc002"))))
(native-inputs
(modify-inputs (package-native-inputs python-django-3.2)
(prepend ;; 2.2 requires Selenium for the test suite.