gnu: guix: Update to 1d0be47.

* gnu/packages/package-management.scm (guix): Update to 1d0be47.
This commit is contained in:
Ludovic Courtès 2018-10-04 11:21:37 +02:00
parent 1d0be47ab6
commit ca91d35225
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@
;; 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.15.0") (let ((version "0.15.0")
(commit "7fed9353ece5974ff431fa666a530da237a12085") (commit "1d0be47ab680db938ac8da1ee65e1de91e198f67")
(revision 4)) (revision 5))
(package (package
(name "guix") (name "guix")
@ -118,7 +118,7 @@
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"11j13xszjcrf3barf38bixx3hbrfj5w81fskjp8gn6m42knx1yal")) "19cn4ndmr9cqd7qh6w3nchbmdpaawdl9kc6g0v6g680vzcja417k"))
(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