From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOc4T-0006db-ND for guix-patches@gnu.org; Mon, 19 Nov 2018 00:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOc4Q-0005pn-KB for guix-patches@gnu.org; Mon, 19 Nov 2018 00:26:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55321) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOc4Q-0005pa-HB for guix-patches@gnu.org; Mon, 19 Nov 2018 00:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOc4Q-0000Oo-9c for guix-patches@gnu.org; Mon, 19 Nov 2018 00:26:02 -0500 Subject: [bug#33425] [PATCH] gnu: python-kivy: Update to 1.10.1 Resent-Message-ID: Received: from eggs.gnu.org ([208.118.235.92]:40034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOc3b-00060e-KI for guix-patches@gnu.org; Mon, 19 Nov 2018 00:25:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gObxo-0000Xe-Ox for guix-patches@gnu.org; Mon, 19 Nov 2018 00:19:15 -0500 Received: from mx1.riseup.net ([198.252.153.129]:43378) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gObxo-0000WB-JD for guix-patches@gnu.org; Mon, 19 Nov 2018 00:19:12 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 03FBF1A01EE for ; Sun, 18 Nov 2018 21:19:11 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 6987C1042BB for ; Sun, 18 Nov 2018 21:19:10 -0800 (PST) Date: Mon, 19 Nov 2018 00:19:05 -0500 From: "Jovany Leandro G.C" Message-ID: <20181119001905.3478ce9a@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33425@debbugs.gnu.org =46rom f3c207fc7a2160dc4e894f04f8057853b6bc4158 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" 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 --=20 2.19.0