guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-kivy-next: Fix version string.


From: Mark H. Weaver
Subject: 01/01: gnu: python-kivy-next: Fix version string.
Date: Wed, 17 Aug 2016 10:06:43 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit d80a71eb9b923025c4179e7edc8d26ffd70cbe44
Author: Mark H Weaver <address@hidden>
Date:   Wed Aug 17 06:04:01 2016 -0400

    gnu: python-kivy-next: Fix version string.
    
    This is a followup to commit 6eb7af2a43d94d6404a9b70c8beff1a535b50607.
    
    * gnu/packages/python.scm (python-kivy-next)[version]: Add missing "-".
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 206bf68..d7886d9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]