mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-django-4: Update to 4.2.27 [security fixes].
This fixes CVE-2025-64460. * gnu/packages/django.scm (python-django-4): Update to 4.2.27. Change-Id: I299d8c2455e5d18298c295d5ae6ea3b912847ec2 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
e4cc300ea0
commit
224abdac10
1 changed files with 2 additions and 2 deletions
|
|
@ -302,13 +302,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
|
|||
(package
|
||||
(inherit python-django)
|
||||
(name "python-django-4")
|
||||
(version "4.2.26")
|
||||
(version "4.2.27")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "django" version))
|
||||
(sha256
|
||||
(base32 "0ylxdpkiwdh8yhqxqzm90fxiagm8v7xijvdm5ha3ypmmpj3y964k"))))
|
||||
(base32 "14jvv95nw76fz8v0gzqdn6xwicqdn91glpjcb4vfxld3ykhgnrdq"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-django)
|
||||
((#:phases phases)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue