gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec.
master
Ludovic Courtès 2015-07-20 14:14:51 +02:00
parent 72cd8ec0b1
commit b56724ec5f
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ the Nix package manager.")
;;
;; 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 "dd91141"))
(let ((commit "72cd8ec"))
(package (inherit guix-0.8.2)
(version (string-append "0.8.2." commit))
(source (origin
@ -175,7 +175,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
"05rgz1kkxjsc07asvwrf6gpjc8blpvs5ipbby4kvjjq6j0g2bgxa"))
"0mfn3y4kihv6xn3a05zafdswy6v8bncddrn4n4qciinplnyg20wa"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.8.2)