This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 224abdac10 gnu: python-django-4: Update to 4.2.27 [security fixes].
224abdac10 is described below
commit 224abdac10535b6a204121956c4b30aba6f380bb
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Dec 12 10:35:30 2025 +0100
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 <[email protected]>
---
gnu/packages/django.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 8e06f866ce..b68993111f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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)