gnu: guix: Update revision number in version.

This is a follow-up to commit 95af24a2f1.
Reported by Alex Kost <alezost@gmail.com>.
master
Andreas Enge 2016-07-27 14:54:27 +02:00
parent 37402ecb43
commit fd6830b3a6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ the Nix package manager.")
;; hash-bang lines would be exceeded while running the tests.
(let ((commit "97c8aef15de89799ac01b62dd9b91245c23eefcb"))
(package (inherit guix-0.10.0)
(version (string-append "0.10.0-0." (string-take commit 4)))
(version (string-append "0.10.0-1." (string-take commit 4)))
(source (origin
(method git-fetch)
(uri (git-reference