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:
Mark H Weaver 2016-08-17 06:04:01 -04:00
parent 6eb7af2a43
commit d80a71eb9b
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -9968,7 +9968,7 @@ hardware-accelerated multitouch applications.")
(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