guix_mirror_bot pushed a commit to branch master in repository guix. commit 1618ca7aa2ee8b6519ee9fd0b965e15eca2bfe45 Author: Ludovic Courtès <l...@gnu.org> AuthorDate: Mon Sep 1 17:28:38 2025 +0200
gnu: guix: Update to 9202921 [security]. Fixes guix/guix#2419. * gnu/packages/package-management.scm (guix): Update to 9202921. Change-Id: I7476c4e90be61a9607731731534d988eba168104 --- 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 c64be84092..46f42807b4 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -183,8 +183,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.4.0") - (commit "06f79dc2bd44ca292dade633d344c3f70749b9e7") - (revision 42)) + (commit "9202921e812708b23788b2209cdb576d456f56db") + (revision 43)) (package (name "guix") @@ -200,7 +200,7 @@ (commit commit))) (sha256 (base32 - "0arafqa05vbjqbxpyfxfbzzs44hipkdag94wd8qv5pzf6wns4g7r")) + "02cvf6rndj9fwp13gqrqw2r9icpls8p2pq8cxpqs6j7ayj0pj1hy")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments