guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7e8c76c7857ff49142d125f4c99e7746c9a04814
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Feb 9 21:42:19 2026 +0100

    gnu: python-django-4: Update to 4.2.28.
    
    Fixes CVEs CVE-2026-1207, CVE-2026-1285, CVE-2026-1287, CVE-2026-1312,
    CVE-2025-13473, and CVE-2025-14550.
    
    * gnu/packages/django.scm (python-django-4): Update to 4.2.28.
    
    Change-Id: I113d9918097aa07468e14704c3eedfb3143ea8e6
    Signed-off-by: Sharlatan Hellseher <[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 3725200daa..098fbcfb13 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.27")
+    (version "4.2.28")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "django" version))
         (sha256
-         (base32 "14jvv95nw76fz8v0gzqdn6xwicqdn91glpjcb4vfxld3ykhgnrdq"))))
+         (base32 "1znc2q1m9p2kxz1rkfkh2hg2sx6i3aqv72zsraad7bci364cvfd4"))))
     (arguments
      (substitute-keyword-arguments (package-arguments python-django)
        ((#:phases phases)

Reply via email to