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 30a5d140aa gnu: guix: Update to 1.4.0-38.0e79d5b [security fixes].
30a5d140aa is described below

commit 30a5d140aa5a789a362749d057754783fea83dde
Author: John Kehayias <john.kehay...@protonmail.com>
AuthorDate: Tue Jun 24 10:52:21 2025 -0400

    gnu: guix: Update to 1.4.0-38.0e79d5b [security fixes].
    
    Fixes CVE-2025-46415, CVE-2025-46416, CVE-2025-52991, CVE-2025-52992, and
    CVE-2025-52993.
    
    * gnu/packages/package-management.scm (guix): Update to 1.4.0-38.0e79d5b.
    
    Change-Id: Ifa601149c5e737cc97fefaf21db36bfcf4d4f026
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index cac921a5ef..e7e4978ef1 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -182,8 +182,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.4.0")
-        (commit "096dedd0bb13523002c814b001429c2f65b6f10d")
-        (revision 37))
+        (commit "0e79d5b6550729e6ce3bac1e979638ac054ba5a5")
+        (revision 38))
     (package
       (name "guix")
 
@@ -199,7 +199,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1gm88mgcgpfaibzwy426szb7fvlz6zh17csjbqlz8lcjdz0a1wjx"))
+                  "1fg7lx4yxnabhk5pbgawb4f0sal5azfp0ndqmrygw7c7dglmx8ad"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments

Reply via email to