gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec
.
This commit is contained in:
parent
72cd8ec0b1
commit
b56724ec5f
|
@ -165,7 +165,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 "dd91141"))
|
(let ((commit "72cd8ec"))
|
||||||
(package (inherit guix-0.8.2)
|
(package (inherit guix-0.8.2)
|
||||||
(version (string-append "0.8.2." commit))
|
(version (string-append "0.8.2." commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -175,7 +175,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05rgz1kkxjsc07asvwrf6gpjc8blpvs5ipbby4kvjjq6j0g2bgxa"))
|
"0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.8.2)
|
(substitute-keyword-arguments (package-arguments guix-0.8.2)
|
||||||
|
|
Loading…
Reference in New Issue