mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-kivy-next: Fix version string.
This is a followup to commit 6eb7af2a43
.
* gnu/packages/python.scm (python-kivy-next)[version]: Add missing "-".
This commit is contained in:
parent
6eb7af2a43
commit
d80a71eb9b
1 changed files with 1 additions and 1 deletions
|
@ -9968,7 +9968,7 @@ (define-public python-kivy-next
|
|||
(revision "1"))
|
||||
(package (inherit python-kivy)
|
||||
(name "python-kivy-next")
|
||||
(version (string-append "1.9.1" revision "."
|
||||
(version (string-append "1.9.1-" revision "."
|
||||
(string-take commit 7)))
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue