From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 3/5] gnu: python2-xdo: Update to 0.3. Date: Mon, 2 Jan 2017 20:39:53 -0500 Message-ID: <3e954382381d147fc1cf66dea699519ee980be53.1483407593.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOE5F-0000P2-BZ for guix-devel@gnu.org; Mon, 02 Jan 2017 20:40:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOE5C-0008BN-9Z for guix-devel@gnu.org; Mon, 02 Jan 2017 20:40:13 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:38982) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOE5C-0008AR-2O for guix-devel@gnu.org; Mon, 02 Jan 2017 20:40:10 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 59BBF24189 for ; Mon, 2 Jan 2017 20:40:07 -0500 (EST) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/python.scm (python2-xdo): Update to 0.3. --- 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 fce62175b..4d5018bf3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8770,7 +8770,7 @@ normally the case.") (define-public python2-xdo (package (name "python2-xdo") - (version "0.2") + (version "0.3") (source (origin (method url-fetch) (uri (string-append @@ -8778,7 +8778,7 @@ normally the case.") "python-xdo_" version ".orig.tar.gz")) (sha256 (base32 - "1kl5c1p0dyxf62plnk6fl77ycfb4whwjms16r14dxx8kn90hlqz4")))) + "1vqh1n5yy5dhnq312kwrl90fnck4v26is3lq3lxdvcn60vv19da0")))) (build-system python-build-system) (arguments `(#:python ,python-2 -- 2.11.0