gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 97c8aef
.
This commit is contained in:
parent
97c8aef15d
commit
95af24a2f1
|
@ -211,7 +211,7 @@ the Nix package manager.")
|
||||||
;;
|
;;
|
||||||
;; Note: use a very short commit id; with a longer one, the limit on
|
;; Note: use a very short commit id; with a longer one, the limit on
|
||||||
;; hash-bang lines would be exceeded while running the tests.
|
;; hash-bang lines would be exceeded while running the tests.
|
||||||
(let ((commit "e9017c98d61f305b624bacaa30e8891ec0100980"))
|
(let ((commit "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
|
||||||
(package (inherit guix-0.10.0)
|
(package (inherit guix-0.10.0)
|
||||||
(version (string-append "0.10.0-0." (string-take commit 4)))
|
(version (string-append "0.10.0-0." (string-take commit 4)))
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -223,7 +223,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13mfk10cw6fk4diclzld56xwabshanxjcczdrjlj0wisaz32h3nl"))
|
"0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.10.0)
|
(substitute-keyword-arguments (package-arguments guix-0.10.0)
|
||||||
|
|
Loading…
Reference in New Issue