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:
Hugo Buddelmeijer 2025-12-12 10:35:30 +01:00 committed by Cayetano Santos
parent e4cc300ea0
commit 224abdac10
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -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)