guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-kivy: Update to 1.10.1


From: Ludovic Courtès
Subject: 05/05: gnu: python-kivy: Update to 1.10.1
Date: Mon, 19 Nov 2018 03:59:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f4ee41c9605726462f2ce29972fd4264cf0aaa20
Author: Jovany Leandro G.C <address@hidden>
Date:   Mon Nov 19 00:05:57 2018 -0500

    gnu: python-kivy: Update to 1.10.1
    
    * gnu/packages/python.scm (python-kivy): Update to 1.10.1.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b6b0ad7..2b7482a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9942,7 +9942,7 @@ and/or Xon/Xoff.  The port is accessed in RAW mode.")
 (define-public python-kivy
   (package
     (name "python-kivy")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
@@ -9950,7 +9950,7 @@ and/or Xon/Xoff.  The port is accessed in RAW mode.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1394zh6kvf7k5d8vlzxcsfcailr3q59xwg9b1n7qaf25bvyq1h98"))))
+         "1zzxjdp78hfjjiklzr82l4zwibwcq4j6kgicspqs6iyyfn5yisbw"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f              ; Tests require many optional packages



reply via email to

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