From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50412) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSEAU-0003c2-Ug for guix-patches@gnu.org; Sat, 25 Apr 2020 02:20:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSEAU-0004tQ-Hh for guix-patches@gnu.org; Sat, 25 Apr 2020 02:20:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46831) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSEAU-0004tJ-5e for guix-patches@gnu.org; Sat, 25 Apr 2020 02:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSEAU-000082-1P for guix-patches@gnu.org; Sat, 25 Apr 2020 02:20:02 -0400 Subject: [bug#40811] [PATCH] gnu: fontmanager: Update to 0.7.7 Resent-Message-ID: From: "Boris A. Dekshteyn" References: <20200424072046.32582-1-boris.dekshteyn@google.com> <87sggsfrh9.fsf@nicolasgoaziou.fr> Date: Sat, 25 Apr 2020 18:19:26 +1200 In-Reply-To: <87sggsfrh9.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 25 Apr 2020 00:28:50 +0200") Message-ID: <878sik2ikx.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: "Boris A. Dekshteyn" , 40811@debbugs.gnu.org gnu: fontmanager: Update to 0.7.7. gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7. --- gnu/packages/fontutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 7455d3381a..2dffc0b919 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -727,7 +727,7 @@ maintain the Noto Fonts project.") (define-public fontmanager (package (name "fontmanager") - (version "0.7.5") + (version "0.7.7") (source (origin (method git-fetch) @@ -737,7 +737,7 @@ maintain the Noto Fonts project.") (file-name (git-file-name name version)) (sha256 (base32 - "16hma8rrkam6ngn5vbdaryn31vdixvii6920g9z928gylz9xkd3g")))) + "1bzqvspplp1zj0n0869jqbc60wgbjhf0vdrn5bj8dfawxynh8s5f")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- 2.26.1