mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: guix: Update to 1d0be47
.
* gnu/packages/package-management.scm (guix): Update to 1d0be47
.
This commit is contained in:
parent
1d0be47ab6
commit
ca91d35225
1 changed files with 3 additions and 3 deletions
|
@ -101,8 +101,8 @@ (define-public guix
|
|||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||
;; start precisely like this.
|
||||
(let ((version "0.15.0")
|
||||
(commit "7fed9353ece5974ff431fa666a530da237a12085")
|
||||
(revision 4))
|
||||
(commit "1d0be47ab680db938ac8da1ee65e1de91e198f67")
|
||||
(revision 5))
|
||||
(package
|
||||
(name "guix")
|
||||
|
||||
|
@ -118,7 +118,7 @@ (define-public guix
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"11j13xszjcrf3barf38bixx3hbrfj5w81fskjp8gn6m42knx1yal"))
|
||||
"19cn4ndmr9cqd7qh6w3nchbmdpaawdl9kc6g0v6g680vzcja417k"))
|
||||
(file-name (string-append "guix-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue