gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 97c8aef.
This commit is contained in:
Andreas Enge 2016-07-24 14:58:19 +02:00
parent 97c8aef15d
commit 95af24a2f1
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ the Nix package manager.")
;;
;; Note: use a very short commit id; with a longer one, the limit on
;; hash-bang lines would be exceeded while running the tests.
(let ((commit "e9017c98d61f305b624bacaa30e8891ec0100980"))
(let ((commit "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
(package (inherit guix-0.10.0)
(version (string-append "0.10.0-0." (string-take commit 4)))
(source (origin
@ -223,7 +223,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
"13mfk10cw6fk4diclzld56xwabshanxjcczdrjlj0wisaz32h3nl"))
"0sdxq87mbvig7785gzf52ywmvl3p1q1qgsczmkzrlw988xkma1dr"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.10.0)