From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 01/11] gnu: Bump python-six to 1.9.0. Date: Mon, 20 Jul 2015 13:41:25 -0400 Message-ID: References: <1437003151-23838-1-git-send-email-tipecaml@gmail.com> <1437003151-23838-2-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF4F-0002ug-G2 for guix-devel@gnu.org; Mon, 20 Jul 2015 13:41:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHF4A-0007Oy-E1 for guix-devel@gnu.org; Mon, 20 Jul 2015 13:41:31 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:35176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF4A-0007Or-6r for guix-devel@gnu.org; Mon, 20 Jul 2015 13:41:26 -0400 Received: by lblf12 with SMTP id f12so99751760lbl.2 for ; Mon, 20 Jul 2015 10:41:25 -0700 (PDT) In-Reply-To: <1437003151-23838-2-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: Cyril Roelandt Cc: guix-devel On Wed, Jul 15, 2015 at 7:32 PM, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-six): Bump to 1.9.0. > --- > 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 5dcaba0..2ba7178 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -532,7 +532,7 @@ password storage.") > (define-public python-six > (package > (name "python-six") > - (version "1.7.2") > + (version "1.9.0") > (source > (origin > (method url-fetch) > @@ -540,7 +540,7 @@ password storage.") > "six/six-" version ".tar.gz")) > (sha256 > (base32 > - "164rns26aqfqx2hwi0qq3scl50s69japn0fvgvrjsbyg7r1mxf67")))) > + "1mci5i8mjqmljmv33h0q3d4djc13zk1kfmb3fbvd3yy43x0m4h72")))) > (build-system python-build-system) > (inputs > `(("python-setuptools" ,python-setuptools))) > -- > 2.1.4 > > LGTM - Dave