gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 80627f5
.
This commit is contained in:
parent
80c1375974
commit
ae20189681
|
@ -203,7 +203,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 "761139354798303c605964b896c250a01486b00a"))
|
(let ((commit "80627f51f0238b9450745f4e642172d059ca5bb5"))
|
||||||
(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
|
||||||
|
@ -213,7 +213,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wvy9kms3v6k7cybw6489mqk161lv8d03qgmmxbmdgiwjmjxbzbn"))
|
"102gdbx5imx0zab7i5dwa1z9j1diblinaaja09dp3q30770iyxj9"))
|
||||||
(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