From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: [PATCH] gnu: font-terminus update to 4.40 Date: Mon, 15 Feb 2016 01:21:26 +0100 Message-ID: <87oabikem1.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV6uz-0006Jo-Cm for guix-devel@gnu.org; Sun, 14 Feb 2016 19:21:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aV6uv-0000tn-1i for guix-devel@gnu.org; Sun, 14 Feb 2016 19:21:33 -0500 Received: from latitanza.investici.org ([2001:888:2000:56::19]:56942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aV6uu-0000rw-Nn for guix-devel@gnu.org; Sun, 14 Feb 2016 19:21:28 -0500 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 56760120535 for ; Mon, 15 Feb 2016 00:21:27 +0000 (UTC) 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 --=-=-= Content-Type: text/plain attached is font terminus update to 4.40 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-font-terminus-Update-to-4.40.patch Content-Transfer-Encoding: quoted-printable >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. --- 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 =C2=A9 2015 Sou Bunnbu ;;; Copyright =C2=A9 2015 Eric Dvorsak ;;; Copyright =C2=A9 2015 Ricardo Wurmus +;;; Copyright =C2=A9 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) --=20 2.6.3 --=-=-= Content-Type: text/plain -- ng --=-=-=--