gnu: guix: Update development snapshot to c3f29bc
.
* gnu/packages/package-management.scm (guix-devel): Update to c3f29bc
.
This commit is contained in:
parent
c3f29bc928
commit
2c776157ad
|
@ -195,7 +195,7 @@ the Nix package manager.")
|
||||||
;;
|
;;
|
||||||
;; Note: use a short commit id; when using the long one, the limit on socket
|
;; Note: use a short commit id; when using the long one, the limit on socket
|
||||||
;; file names is exceeded while running the tests.
|
;; file names is exceeded while running the tests.
|
||||||
(let ((commit "f888c0b1207a92b0d7af4dcf7fb73cecd1f0b34f"))
|
(let ((commit "c3f29bc928d5900971f65965feaae59e1272a3f7"))
|
||||||
(package (inherit guix-0.9.0)
|
(package (inherit guix-0.9.0)
|
||||||
(version (string-append "0.9.0." (string-take commit 7)))
|
(version (string-append "0.9.0." (string-take commit 7)))
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -205,7 +205,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g9yxnqg3xl3wk6ps46mbjz5gvbj9cdci7rr7in9mqcqs26llqy1"))
|
"1mbikn6awgx3h08bzk3nz8xrqvxdjsbvzrbn26d6m8nrz96ya53a"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.9.0)
|
(substitute-keyword-arguments (package-arguments guix-0.9.0)
|
||||||
|
|
Loading…
Reference in New Issue