me
/
guix
Archived
1
0
Fork 0

gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update.
master
Ludovic Courtès 2015-03-23 23:13:18 +01:00
parent 9586011d08
commit e2e21359c5
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ the Nix package manager.")
(define guix-devel (define guix-devel
;; Development version of Guix. ;; Development version of Guix.
(let ((commit "07157e8")) (let ((commit "9586011"))
(package (inherit guix-0.8.1) (package (inherit guix-0.8.1)
(version (string-append "0.8.1." commit)) (version (string-append "0.8.1." commit))
(source (origin (source (origin
@ -152,7 +152,7 @@ the Nix package manager.")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0ksfvkkgzsz58h60a8kypg9x24sabl5007hr3a2ddgh05rjckbci")))) "0dcmw8gz2qxknjnh9k8rdwmgysnxnvawdmlg1pyzngakwlsy1c3z"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.8.1) (substitute-keyword-arguments (package-arguments guix-0.8.1)
((#:phases phases) ((#:phases phases)