gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update snapshot. (guix): Change to GUIX-DEVEL.
This commit is contained in:
parent
f1082ec16c
commit
ae5e3d3a62
|
@ -141,9 +141,9 @@ the Nix package manager.")
|
||||||
|
|
||||||
(define guix-devel
|
(define guix-devel
|
||||||
;; Development version of Guix.
|
;; Development version of Guix.
|
||||||
(let ((commit "4ad8789"))
|
(let ((commit "f1082ec"))
|
||||||
(package (inherit guix-0.8.1)
|
(package (inherit guix-0.8.1)
|
||||||
(version (string-append "0.8.0." commit))
|
(version (string-append "0.8.1." commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -151,7 +151,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058gf7fg5k8ldchz63j5ssqr2lx8dn1wa1rllg7krrfr6g8abi34"))))
|
"0mmwmv3wbrgzs49gnxraj11fp1mxfry4r0n222l3p4yga27vzw6d"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.8.1)
|
(substitute-keyword-arguments (package-arguments guix-0.8.1)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
@ -173,7 +173,7 @@ the Nix package manager.")
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
,@(package-native-inputs guix-0.8.1))))))
|
,@(package-native-inputs guix-0.8.1))))))
|
||||||
|
|
||||||
(define-public guix guix-0.8.1)
|
(define-public guix guix-devel)
|
||||||
|
|
||||||
(define-public nix
|
(define-public nix
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue