gnu: guix: Update to 5ab3c4c.

Fixes <https://issues.guix.gnu.org/73919>.

* gnu/packages/package-management.scm (guix): Update to 5ab3c4c.

Change-Id: Iab3eb615e44d11a1befe57456fc55df2228503ba
This commit is contained in:
Ludovic Courtès 2024-10-21 01:24:44 +02:00
parent 5ab3c4c1e4
commit 5966e0fdc7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -178,8 +178,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to ;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this. ;; start precisely like this.
(let ((version "1.4.0") (let ((version "1.4.0")
(commit "e85f52e826b0701c3dcf9acf9d81e5ae57aec8f9") (commit "5ab3c4c1e43ebb637551223791db0ea3519986e1")
(revision 25)) (revision 26))
(package (package
(name "guix") (name "guix")
@ -195,7 +195,7 @@
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1sx8xyddky0bby8n4gp88pzdmd3a0xsrxsdnnv5q6bh2s8921s86")) "1faddx2c6b1ib5wsw1cwzvhar94pd7ypsbl62mw4w8jhx6r8n12s"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments