mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: guix: Update to 60b0402
.
* gnu/packages/package-management.scm (guix): Update to 60b0402
.
This commit is contained in:
parent
60b04024f8
commit
7ef64ec847
1 changed files with 3 additions and 3 deletions
|
@ -102,8 +102,8 @@ (define-public guix
|
||||||
;; 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 "0.16.0")
|
(let ((version "0.16.0")
|
||||||
(commit "6ddc63e599a26c302f74d0622f67cfd987f0dc5f")
|
(commit "60b04024f8823192b74c1ed5b14f318049865ac7")
|
||||||
(revision 3))
|
(revision 4))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vzxrsfbr4phhy60m7pc6klb61whqc404c3x76ydj70xvi1xa0wz"))
|
"0s80w8wx5qi88bbils699wrlqr5czfvp6c64m801g5dlgkj71rpk"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue