mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: guix: Update to 9bbbac6
.
* gnu/packages/package-management.scm (guix): Update to 9bbbac6
.
This commit is contained in:
parent
0a9a00b34c
commit
206f2693fd
1 changed files with 3 additions and 3 deletions
|
@ -142,8 +142,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "1.3.0")
|
||||
(commit "014f1b607f1d88a8e733017afaca006545b7d99b")
|
||||
(revision 11))
|
||||
(commit "9bbbac6783bcdace17d967e85c8ae8d14cbf1ef9")
|
||||
(revision 12))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -159,7 +159,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0mmq0ypkxj6dc1r9j1mdgih87h6fc0mk05hp481cjp8shdc1w6gw"))
|
||||
"1p0my0gfshdhm1dpqf6j68iipnigmpb23l8p81kwpw5w50x0hfda"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue