gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update snapshot.
This commit is contained in:
Ludovic Courtès 2014-11-14 09:51:53 +01:00
parent 48bd76e009
commit a0e59dd806
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ the Nix package manager.")
(define guix-devel (define guix-devel
;; Development version of Guix. ;; Development version of Guix.
(let ((commit "8ee0e71")) (let ((commit "48bd76e"))
(package (inherit guix-0.7) (package (inherit guix-0.7)
(version (string-append "0.7." commit)) (version (string-append "0.7." commit))
(source (origin (source (origin
@ -129,7 +129,7 @@ the Nix package manager.")
(recursive? #t))) (recursive? #t)))
(sha256 (sha256
(base32 (base32
"017ay8mis30z90p6q1gds2807lgcqp1jqsjad34mawh0y5d8713h")))) "1ifkx8dlggpcdnz0wh1qc7v4fb3mffjqca4055nnwjsvxh0gcv8y"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.7) (substitute-keyword-arguments (package-arguments guix-0.7)
((#:phases phases) ((#:phases phases)