From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 06/11] gnu: python-pygments: Update to 2.1.3. Date: Sun, 25 Sep 2016 14:03:49 -0400 Message-ID: <20160925180349.GB10837@jasmine> References: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> <20160913013827.25877-6-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]:38557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDmP-00045Z-Cb for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boDmN-00026c-Eh for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:56 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDmM-000246-7g for guix-devel@gnu.org; Sun, 25 Sep 2016 14:03:55 -0400 Content-Disposition: inline In-Reply-To: <20160913013827.25877-6-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:22AM +0000, ng0 wrote: > * gnu/packages/python.scm (python-pygments): Update to 2.1.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 cf2870a..92bd538 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -2663,14 +2663,14 @@ reStructuredText.") > (define-public python-pygments > (package > (name "python-pygments") > - (version "2.0.2") > + (version "2.1.3") > (source > (origin > (method url-fetch) > (uri (pypi-uri "Pygments" version)) > (sha256 > (base32 > - "0lagrwifsgn0s8bzqahpr87p7gd38xja8f06akscinp6hj89283k")))) > + "10axnp2wpjnq9g8wg53fx0c70dfxqrz498jyz8mrdx9a3flwir48")))) > (build-system python-build-system) > (inputs > `(("python-setuptools" ,python-setuptools))) > -- > 2.10.0 > >