gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update.master
parent
9586011d08
commit
e2e21359c5
|
@ -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)
|
||||||
|
|
Reference in New Issue