gnu: guix: Upgrade development snapshot.

* gnu/packages/package-management.scm (guix): Upgrade to commit
  0ae8c15.
This commit is contained in:
Ludovic Courtès 2014-07-17 18:30:11 +02:00
parent 0ae8c15aef
commit 42b9b8f9cb
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ Nix package manager.")
(define-public guix (define-public guix
;; Development version of Guix. ;; Development version of Guix.
(let ((commit "20b1d19")) (let ((commit "0ae8c15"))
(package (inherit guix-0.6) (package (inherit guix-0.6)
(version (string-append "0.6." commit)) (version (string-append "0.6." commit))
(source (origin (source (origin
@ -122,7 +122,7 @@ Nix package manager.")
(recursive? #t))) (recursive? #t)))
(sha256 (sha256
(base32 (base32
"0n278kzp586rzbhcghbj7am641yjc35pcb6n1r304myziwd0mz6r")))) "1y6mwzwsjdxbfibqypb55dix371rifhfz0bygfr8k868lcdsawic"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.6) (substitute-keyword-arguments (package-arguments guix-0.6)
((#:phases phases) ((#:phases phases)