From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42434) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyOuZ-0006QC-HA for guix-patches@gnu.org; Thu, 15 Aug 2019 19:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyOuY-0004Jy-BV for guix-patches@gnu.org; Thu, 15 Aug 2019 19:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43811) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hyOuX-0004JC-Ts for guix-patches@gnu.org; Thu, 15 Aug 2019 19:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hyOuX-0005kg-Or for guix-patches@gnu.org; Thu, 15 Aug 2019 19:12:01 -0400 Subject: [bug#37043] [PATCH] gnu: font-ibm-plex: Update to 2.0.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40866) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyObS-0003H5-2k for guix-patches@gnu.org; Thu, 15 Aug 2019 18:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyObQ-0002h7-UT for guix-patches@gnu.org; Thu, 15 Aug 2019 18:52:17 -0400 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:35077) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hyObQ-0002gB-Go for guix-patches@gnu.org; Thu, 15 Aug 2019 18:52:16 -0400 From: Alva Date: Fri, 16 Aug 2019 00:52:08 +0200 Message-Id: <20190815225208.28859-1-alva@skogen.is> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 37043@debbugs.gnu.org The 1.0.1 release did not work, due to macOS junk files in the release zip. * gnu/packages/fonts.scm (font-ibm-plex): Update to 2.0.0. --- gnu/packages/fonts.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 2dc1df45c8..1e28191ae1 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -26,6 +26,7 @@ ;;; Copyright © 2019 Jens Mølgaard ;;; Copyright © 2019 Nicolas Goaziou ;;; Copyright © 2019 Baptiste Strazzulla +;;; Copyright © 2019 Alva ;;; ;;; This file is part of GNU Guix. ;;; @@ -63,7 +64,7 @@ (define-public font-ibm-plex (package (name "font-ibm-plex") - (version "1.0.1") + (version "2.0.0") (source (origin (method url-fetch) (uri (string-append @@ -71,7 +72,7 @@ "v" version "/OpenType.zip")) (sha256 (base32 - "0nzxw9z6waixslam248yr26ci3fbk83c7jf6m90hncnaj6zxx795")))) + "1lv65z3qnqgh2w36daf5wyz0ma9rg1qj9s9lzlnva8l7q3h8c9b8")))) (build-system font-build-system) (home-page "https://github.com/IBM/plex") (synopsis "IBM Plex typeface") -- 2.22.1