gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to abbe2c6.
This commit is contained in:
Ludovic Courtès 2015-09-25 18:11:37 +02:00
parent abbe2c61cf
commit 791076cc91
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,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 "5d09263")) (let ((commit "abbe2c6"))
(package (inherit guix-0.8.3) (package (inherit guix-0.8.3)
(version (string-append "0.8.3." commit)) (version (string-append "0.8.3." commit))
(source (origin (source (origin
@ -186,7 +186,7 @@ the Nix package manager.")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0v5g90di91j218x620shib7xjrjd5dkk4h1zrlg98hdmbgxq5s3j")) "1zgjj5knpz3qbbqdjm4yh436bzfgasc6p0k3xnx58hfjd88mdsga"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments guix-0.8.3) (substitute-keyword-arguments (package-arguments guix-0.8.3)