mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: guix: Update to 8204295
.
This commit is contained in:
parent
820429517f
commit
fb2abbd6f5
1 changed files with 3 additions and 3 deletions
|
@ -111,8 +111,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 "1.0.1")
|
(let ((version "1.0.1")
|
||||||
(commit "d68de958b60426798ed62797ff7c96c327a672ac")
|
(commit "820429517f9cc8333704a839b4346ac4b02468c4")
|
||||||
(revision 0))
|
(revision 1))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ (define-public guix
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x63rxpk2hm6d5pbihwrp218cajs3wf5pxa8w0c1rm06sxd1qwlf"))
|
"1vfp7ps1k1cwn8p0gsgarlxcy982hzyvb7zqnj66jqd258a1qfgh"))
|
||||||
(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