3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-django: Update to 4.0.7 [fixes CVE-2022-36359].

* gnu/packages/django.scm (python-django-4.0): Update to 4.0.7.
This commit is contained in:
Marius Bakke 2022-08-08 09:08:22 +02:00
parent ee216d16ef
commit bd698fede7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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