Skip to content
Snippets Groups Projects
Commit 6fb4fb71 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 c2ee19e6.
parent 60a56db0
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ (define guix-devel ...@@ -150,7 +150,7 @@ (define guix-devel
;; ;;
;; 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 "5875eb7")) (let ((commit "c2ee19e"))
(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
...@@ -160,7 +160,7 @@ (define guix-devel ...@@ -160,7 +160,7 @@ (define guix-devel
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0qcq3g0b7fj2xxrdamilwz92502pxdf17j4cj047cxd8652aknjc")))) "1gwc1gypgscxg2m3n2vd0mw4dmxr7vsisqgh3y0lr05q9z5742sj"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.8.2) (substitute-keyword-arguments (package-arguments guix-0.8.2)
((#: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