GNU bug report logs - #33425
[PATCH] gnu: python-kivy: Update to 1.10.1

Previous Next

Package: guix-patches;

Reported by: "Jovany Leandro G.C" <bit4bit <at> riseup.net>

Date: Mon, 19 Nov 2018 05:26:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
To: 33425 <at> debbugs.gnu.org
Subject: [bug#33425] [PATCH] gnu: python-kivy: Update to 1.10.1
Date: Mon, 19 Nov 2018 00:19:05 -0500
From f3c207fc7a2160dc4e894f04f8057853b6bc4158 Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
Date: Mon, 19 Nov 2018 00:05:57 -0500
Subject: [PATCH] gnu: python-kivy: Update to 1.10.1

* gnu/packages/python.scm (python-kivy): Update to 1.10.1.
---
 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 b6b0ad75a..2b7482a3e 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
-- 
2.19.0





This bug report was last modified 6 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.