From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: font-terminus update to 4.40 Date: Sun, 14 Feb 2016 20:52:30 -0500 Message-ID: <20160215015230.GA991@jasmine> References: <87oabikem1.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV8L2-0000wi-4H for guix-devel@gnu.org; Sun, 14 Feb 2016 20:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aV8Kx-0000Fr-K1 for guix-devel@gnu.org; Sun, 14 Feb 2016 20:52:32 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV8Kx-0000Fn-G6 for guix-devel@gnu.org; Sun, 14 Feb 2016 20:52:27 -0500 Content-Disposition: inline In-Reply-To: <87oabikem1.fsf@grrlz.net> 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: Nils Gillmann Cc: guix-devel@gnu.org On Mon, Feb 15, 2016 at 01:21:26AM +0100, Nils Gillmann wrote: > attached is font terminus update to 4.40 > > From 287b0632001136f6be63dcb6989e0179915d70b8 Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Mon, 15 Feb 2016 01:15:55 +0100 > Subject: [PATCH] gnu: font-terminus: Update to 4.40 > > * gnu/packages/fonts.scm (font-terminus): Update to 4.40. Thanks for the patch! Pushed as acb381566. > --- > gnu/packages/fonts.scm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index cfdcac8..b9cebdc 100644 > --- a/gnu/packages/fonts.scm > +++ b/gnu/packages/fonts.scm > @@ -6,6 +6,7 @@ > ;;; Copyright © 2015 Sou Bunnbu > ;;; Copyright © 2015 Eric Dvorsak > ;;; Copyright © 2015 Ricardo Wurmus > +;;; Copyright © 2016 Nils Gillmann > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -354,7 +355,7 @@ The Liberation Fonts are sponsored by Red Hat.") > (define-public font-terminus > (package > (name "font-terminus") > - (version "4.39") > + (version "4.40") > (source > (origin > (method url-fetch) > @@ -365,8 +366,8 @@ The Liberation Fonts are sponsored by Red Hat.") > version > ".tar.gz")) > (sha256 > - (base32 > - "1gzmn7zakvy6yrvmswyjfklnsvqrjm0imhq8rjws8rdkhqwkh21i")))) > + (base32 > + "0487cyx5h1f0crbny5sg73a22gmym5vk1i7646gy7hgiscj2rxb4")))) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config) > -- > 2.6.3 > > > -- > ng