gnu: guix: Update snapshot to 0dcf675.

* gnu/packages/package-management.scm (guix): Update to 0dcf675.
This commit is contained in:
Ludovic Courtès 2018-01-13 00:57:52 +01:00
parent 22c334fa2e
commit 7c0926ea7c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -87,8 +87,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.14.0") (let ((version "0.14.0")
(commit "3c5dbd2beeaeb21b3b978ec6d76aa16260670fcd") (commit "0dcf675c56a4649ccef657e78849e91f9f9b4c0a")
(revision 5)) (revision 6))
(package (package
(name "guix") (name "guix")
@ -104,7 +104,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1kia1fbw275xsnm4x0xq46465azryck94pja3gmh09vcdbwwmwq5")) "0kqpdg8ydxm67cdlrqsdrpzv0qdvnfln0ixsjrmdw2pcngh6wn56"))
(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