gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833].

* gnu/packages/django.scm (python-django-4.0): Update to 4.0.2.
This commit is contained in:
Marius Bakke 2022-02-03 18:17:27 +01:00
parent 225deb5c4e
commit c515f69267
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -53,13 +53,13 @@ (define-module (gnu packages django)
(define-public python-django-4.0
(package
(name "python-django")
(version "4.0.1")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"11pg33ib43pvkflgvs5gs6c9zflhpxp8dvhd109swfscrjiyx194"))))
"0jlmxylag7dah9jl3wm2swnn9kbisx1gqnddfbh5kjifn67va3qi"))))
(build-system python-build-system)
(arguments
'(#:phases