gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to fc34dee
.
master
parent
fc34deea24
commit
0dec8f8c13
|
@ -148,7 +148,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 "dd3a42e"))
|
(let ((commit "fc34dee"))
|
||||||
(package (inherit guix-0.8.1)
|
(package (inherit guix-0.8.1)
|
||||||
(version (string-append "0.8.1." commit))
|
(version (string-append "0.8.1." commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -158,7 +158,7 @@ the Nix package manager.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pamdfrdg5i01ghbkbbacfph98s7dc34irjj10s7pkn1r4fswzv8"))))
|
"0nx60wwiar0s4bgwrm3nrskc54jig3vw7yzwxkwilc43cnlgpkja"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guix-0.8.1)
|
(substitute-keyword-arguments (package-arguments guix-0.8.1)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Reference in New Issue