mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
5ab3c4c1e4
commit
5966e0fdc7
1 changed files with 3 additions and 3 deletions
|
@ -178,8 +178,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.4.0")
|
||||
(commit "e85f52e826b0701c3dcf9acf9d81e5ae57aec8f9")
|
||||
(revision 25))
|
||||
(commit "5ab3c4c1e43ebb637551223791db0ea3519986e1")
|
||||
(revision 26))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -195,7 +195,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1sx8xyddky0bby8n4gp88pzdmd3a0xsrxsdnnv5q6bh2s8921s86"))
|
||||
"1faddx2c6b1ib5wsw1cwzvhar94pd7ypsbl62mw4w8jhx6r8n12s"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue