gnu: guix: Update Git snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to commit
8ee0e71
.
master
parent
8ee0e719bb
commit
85c4848fcc
|
@ -116,7 +116,7 @@ the Nix package manager.")
|
||||||
|
|
||||||
(define guix-devel
|
(define guix-devel
|
||||||
;; Development version of Guix.
|
;; Development version of Guix.
|
||||||
(let ((commit "84934f4"))
|
(let ((commit "8ee0e71"))
|
||||||
(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
|
||||||
|
@ -127,7 +127,7 @@ the Nix package manager.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fbpnl0ibin130zj8vpvby2fgf52r887gxh1whkak316r5r8c546"))))
|
"017ay8mis30z90p6q1gds2807lgcqp1jqsjad34mawh0y5d8713h"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.7)
|
(substitute-keyword-arguments (package-arguments guix-0.7)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Reference in New Issue