me
/
guix
Archived
1
0
Fork 0

gnu: Django: Update to 4.0.6 [fixes CVE-2022-34265].

* gnu/packages/django.scm (python-django-4.0): Update to 4.0.6.
master
Marius Bakke 2022-07-04 21:57:21 +02:00
parent 8d9291bd2c
commit 87fcfb8365
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@
(define-public python-django-4.0
(package
(name "python-django")
(version "4.0.4")
(version "4.0.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"1da0vy3nas2m2j50dc5c3s1nv529lagg4c04riipah94hn2pg0af"))))
"1bn3lg68r2bz6rzwnd7y2sin6fi9vahdqdsmamrx6zw2yqzpjym6"))))
(build-system python-build-system)
(arguments
'(#:phases