gnu: guix: Update development snapshot to 5c36edc.

* gnu/packages/package-management.scm (guix-devel): Update to 5c36edc.
This commit is contained in:
Ludovic Courtès 2015-11-19 22:33:01 +01:00
parent 5c36edc818
commit b2a72238b9

View file

@ -195,7 +195,7 @@ (define guix-devel
;;
;; Note: use a short commit id; when using the long one, the limit on socket
;; file names is exceeded while running the tests.
(let ((commit "43c082b"))
(let ((commit "5c36edc"))
(package (inherit guix-0.9.0)
(version (string-append "0.9.0." commit))
(source (origin
@ -205,7 +205,7 @@ (define guix-devel
(commit commit)))
(sha256
(base32
"12ffsyrabsisyf5va4p2csvig6r8g4b7w1dxgsy446l4pjdl7ndh"))
"008fv3yj1jkxxma9vp8wzmkk3m82kgchaj9y7lpcvkqzcdhz8h7p"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.9.0)