From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 4/5] gnu: Python: bump to 3.3.4 Date: Fri, 7 Mar 2014 03:47:34 +0100 Message-ID: <1394160455-32580-5-git-send-email-tipecaml@gmail.com> References: <1394160455-32580-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLkv7-0007mA-PQ for guix-devel@gnu.org; Thu, 06 Mar 2014 21:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLkuy-00078p-C8 for guix-devel@gnu.org; Thu, 06 Mar 2014 21:53:57 -0500 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:44052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLkuy-00078d-4r for guix-devel@gnu.org; Thu, 06 Mar 2014 21:53:48 -0500 Received: by mail-wg0-f52.google.com with SMTP id k14so4259687wgh.23 for ; Thu, 06 Mar 2014 18:53:47 -0800 (PST) In-Reply-To: <1394160455-32580-1-git-send-email-tipecaml@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/python.scm (python): bump to 3.3.4 --- 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 f58e6db..df53b18 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -194,7 +194,7 @@ data types.") (define-public python (package (inherit python-2) - (version "3.3.3") + (version "3.3.4") (source (origin (method url-fetch) @@ -204,7 +204,7 @@ data types.") (patch-flags '("-p0")) (sha256 (base32 - "11f6hg9wdhm6hyzj49gxlvvp1s0l5hqgcsq1i4ayygqs1arpb4ik")))) + "12ank7in8xyncim3yyn3mi84wkc4g9nx7yrci1406kn0j5ni5k66")))) (arguments (let ((args `(#:modules ((guix build gnu-build-system) (guix build utils) -- 1.8.4.rc3