From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 02/11] gnu: python-dateutil-2: Update to 2.5.3. Date: Sun, 25 Sep 2016 14:06:22 -0400 Message-ID: <20160925180622.GH10837@jasmine> References: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> <20160913013827.25877-2-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDou-0005HS-JF for guix-devel@gnu.org; Sun, 25 Sep 2016 14:06:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boDos-0003Au-O0 for guix-devel@gnu.org; Sun, 25 Sep 2016 14:06:31 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDos-000385-Iu for guix-devel@gnu.org; Sun, 25 Sep 2016 14:06:30 -0400 Content-Disposition: inline In-Reply-To: <20160913013827.25877-2-ng0@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Tue, Sep 13, 2016 at 01:38:18AM +0000, ng0 wrote: > * gnu/packages/python.scm (python-dateutil-2): Update to 2.5.3. LGTM > --- > 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 3f1f59d..611e99f 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -943,14 +943,14 @@ Python file, so it can be easily copied into your project.") > (define-public python-dateutil-2 > (package > (name "python-dateutil") > - (version "2.5.2") > + (version "2.5.3") > (source > (origin > (method url-fetch) > (uri (pypi-uri "python-dateutil" version)) > (sha256 > (base32 > - "0jrfpcgvgya6hs45dhrd9yiqgdgz9qp9aa07zsw8gqgn8zphff86")))) > + "1v9j9fmf8g911yg6k01xa2db6dx3wv73zkk7fncsj7vagjqgs20l")))) > (build-system python-build-system) > (inputs > `(("python-six" ,python-six))) > -- > 2.10.0 > >