diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-05 10:56:25 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-05 11:20:00 +0100 |
commit | ad35d8c017fe5ddfb05341a90e171f36e9785526 (patch) | |
tree | a88b38529164d7d27739da3a7435f3d617765dc0 /gnu/packages/django.scm | |
parent | e19b9ad5a285148d19fdd7626c74283fc0f01484 (diff) | |
download | guix-ad35d8c017fe5ddfb05341a90e171f36e9785526.tar.gz |
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.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 734d8f1d15..a6d43049ea 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -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. |