me
/
guix
Archived
1
0
Fork 0

gnu: python-django@2.2: Update to 2.2.26 [security fixes].

This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452.

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.26.
master
Marius Bakke 2022-01-05 10:56:25 +01:00
parent e19b9ad5a2
commit ad35d8c017
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -146,13 +146,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.25")
(version "2.2.26")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"171ll8m1wp684z1r0lz93l377jc6jyq63q5p7sqx8iqk6ypmxrmi"))))
"00yih371rzh0rpknayj764cfa860nsh1n9ybwyiqwf0jbm4p2k58"))))
(native-inputs
(modify-inputs (package-native-inputs python-django-3.2)
(prepend ;; 2.2 requires Selenium for the test suite.