gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 80627f5.
master
Ludovic Courtès 2016-04-24 23:46:06 +02:00
parent 80c1375974
commit ae20189681
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,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 "761139354798303c605964b896c250a01486b00a"))
(let ((commit "80627f51f0238b9450745f4e642172d059ca5bb5"))
(package (inherit guix-0.10.0)
(version (string-append "0.10.0-0." (string-take commit 4)))
(source (origin
@ -213,7 +213,7 @@ the Nix package manager.")
(commit commit)))
(sha256
(base32
"1wvy9kms3v6k7cybw6489mqk161lv8d03qgmmxbmdgiwjmjxbzbn"))
"102gdbx5imx0zab7i5dwa1z9j1diblinaaja09dp3q30770iyxj9"))
(file-name (string-append "guix-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments guix-0.10.0)