mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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.
This commit is contained in:
parent
1b6973cc58
commit
07b505aa3b
1 changed files with 2 additions and 2 deletions
|
@ -51,13 +51,13 @@ (define-module (gnu packages django)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue