me
/
guix
Archived
1
0
Fork 0

gnu: python-django: Update to 4.0.1 [security fixes].

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

* gnu/packages/django.scm (python-django-4.0): Update to 4.0.1.
master
Marius Bakke 2022-01-05 10:54:22 +01:00
parent 1b6973cc58
commit 07b505aa3b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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