Skip to content
Snippets Groups Projects
Commit 1dccdb75 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 0b131612.
parent 0b131612
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,10 @@ (define (copy arch) ...@@ -142,7 +142,10 @@ (define (copy arch)
(define guix-devel (define guix-devel
;; Development version of Guix. ;; Development version of Guix.
(let ((commit "9586011")) ;;
;; 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 "0b13161"))
(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
...@@ -152,7 +155,7 @@ (define guix-devel ...@@ -152,7 +155,7 @@ (define guix-devel
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0dcmw8gz2qxknjnh9k8rdwmgysnxnvawdmlg1pyzngakwlsy1c3z")))) "0h9yyfxs14di858hb9ypjvdjryv8nzll6f9vxkggcy40iyhp65sh"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.8.1) (substitute-keyword-arguments (package-arguments guix-0.8.1)
((#:phases phases) ((#:phases phases)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment