mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guix: Update revision number in version.
This is a follow-up to commit 95af24a2f1
.
Reported by Alex Kost <alezost@gmail.com>.
This commit is contained in:
parent
37402ecb43
commit
fd6830b3a6
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ (define guix-devel
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue