From unknown Sat Sep 06 05:55:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222. Resent-From: Sergiu Ivanov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 18 Nov 2022 09:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59353 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59353@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166876458128553 (code B ref -1); Fri, 18 Nov 2022 09:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Nov 2022 09:43:01 +0000 Received: from localhost ([127.0.0.1]:35294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovxtl-0007QS-9X for submit@debbugs.gnu.org; Fri, 18 Nov 2022 04:43:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:45144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovxtj-0007QK-Px for submit@debbugs.gnu.org; Fri, 18 Nov 2022 04:43:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovxtj-0003mu-L4 for guix-patches@gnu.org; Fri, 18 Nov 2022 04:42:59 -0500 Received: from marvid.fr ([163.172.81.107] helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovxth-0001Cf-JD for guix-patches@gnu.org; Fri, 18 Nov 2022 04:42:59 -0500 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id A93F579B88C0 for ; Fri, 18 Nov 2022 10:42:24 +0100 (CET) User-agent: mu4e 1.8.11; emacs 28.2 From: Sergiu Ivanov Date: Fri, 18 Nov 2022 10:40:19 +0100 Message-ID: <87o7t4bnun.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi, This patch updates font-montserrat. I also ran guix style this time, which slightly fixed the description field. Thanks. - Sergiu --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-font-montserrat-Update-to-7.222.patch >From 3c1cb9ab55d5803c08c0f17e1873cf76880a8f22 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 18 Nov 2022 10:37:13 +0100 Subject: [PATCH] gnu: font-montserrat: Update to 7.222. --- 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 c91d2807eb..85dad4b1a6 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2552,7 +2552,7 @@ (define-public font-cozette (define-public font-montserrat (package (name "font-montserrat") - (version "7.210") + (version "7.222") (source (origin (method git-fetch) (uri (git-reference @@ -2561,11 +2561,12 @@ (define-public font-montserrat (file-name (git-file-name name version)) (sha256 (base32 - "0jn1yvfamq5xazw85sfnxgriji60g7mkss9mkf8d0117vdk838bn")))) + "03cfk45r5g694dqp2gjgg0qwra8w78nl6hc6p56qwd5dcfgr2l3r")))) (build-system font-build-system) (home-page "https://github.com/JulietaUla/Montserrat") (synopsis "The Montserrat font") - (description "The old posters and signs in the traditional Montserrat + (description + "The old posters and signs in the traditional Montserrat neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this typeface and rescue the beauty of urban typography that emerged in the first half of the twentieth century.") -- 2.38.1 --=-=-=-- From unknown Sat Sep 06 05:55:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222. Resent-From: Sergiu Ivanov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Nov 2022 00:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59353 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59353@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166881608814497 (code B ref -1); Sat, 19 Nov 2022 00:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Nov 2022 00:01:28 +0000 Received: from localhost ([127.0.0.1]:38500 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owBIW-0003ll-9M for submit@debbugs.gnu.org; Fri, 18 Nov 2022 19:01:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:52378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owBIT-0003ld-Sh for submit@debbugs.gnu.org; Fri, 18 Nov 2022 19:01:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owBIT-0008BG-9n for guix-patches@gnu.org; Fri, 18 Nov 2022 19:01:25 -0500 Received: from marvid.fr ([163.172.81.107] helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owBIR-0001Uc-AC for guix-patches@gnu.org; Fri, 18 Nov 2022 19:01:25 -0500 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id 688CD79BFA3D for ; Sat, 19 Nov 2022 01:01:21 +0100 (CET) References: <87o7t4bnun.fsf@colimite.fr> User-agent: mu4e 1.8.11; emacs 28.2 From: Sergiu Ivanov Date: Sat, 19 Nov 2022 01:00:13 +0100 In-reply-to: <87o7t4bnun.fsf@colimite.fr> Message-ID: <87wn7rerse.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain I added a missing part to the commit message, as indicated by Nicolas Goaziou in a different discussion. - Sergiu Sergiu Ivanov [2022-11-18T10:40:19+0100]: > Hi, > > This patch updates font-montserrat. > > I also ran guix style this time, which slightly fixed the > description field. > > Thanks. > > - > Sergiu > > [2. text/x-patch; 0001-gnu-font-montserrat-Update-to-7.222.patch]... --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-font-montserrat-Update-to-7.222.patch >From b99c23d14ec162f62291690e2c18f2109d3e5abc Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 18 Nov 2022 10:37:13 +0100 Subject: [PATCH] gnu: font-montserrat: Update to 7.222. * gnu/packages/fonts.scm (font-montserrat): Update to 7.222. --- 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 c91d2807eb..85dad4b1a6 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2552,7 +2552,7 @@ (define-public font-cozette (define-public font-montserrat (package (name "font-montserrat") - (version "7.210") + (version "7.222") (source (origin (method git-fetch) (uri (git-reference @@ -2561,11 +2561,12 @@ (define-public font-montserrat (file-name (git-file-name name version)) (sha256 (base32 - "0jn1yvfamq5xazw85sfnxgriji60g7mkss9mkf8d0117vdk838bn")))) + "03cfk45r5g694dqp2gjgg0qwra8w78nl6hc6p56qwd5dcfgr2l3r")))) (build-system font-build-system) (home-page "https://github.com/JulietaUla/Montserrat") (synopsis "The Montserrat font") - (description "The old posters and signs in the traditional Montserrat + (description + "The old posters and signs in the traditional Montserrat neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this typeface and rescue the beauty of urban typography that emerged in the first half of the twentieth century.") -- 2.38.1 --=-=-=-- From unknown Sat Sep 06 05:55:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 19 Nov 2022 14:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59353 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sergiu Ivanov Cc: 59353@debbugs.gnu.org, 59353-done@debbugs.gnu.org X-Debbugs-Original-Cc: guix-patches@gnu.org, 59353-done@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166886655924756 (code B ref -1); Sat, 19 Nov 2022 14:03:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Nov 2022 14:02:39 +0000 Received: from localhost ([127.0.0.1]:39297 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owOQY-0006RE-KH for submit@debbugs.gnu.org; Sat, 19 Nov 2022 09:02:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:54402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owOQU-0006Qv-2s for submit@debbugs.gnu.org; Sat, 19 Nov 2022 09:02:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owOQT-00026e-Ue for guix-patches@gnu.org; Sat, 19 Nov 2022 09:02:33 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1owOQS-00022l-9A for guix-patches@gnu.org; Sat, 19 Nov 2022 09:02:33 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 5C06427BBE9; Sat, 19 Nov 2022 14:02:30 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id a23d0698; Sat, 19 Nov 2022 14:02:30 +0000 (UTC) References: <87o7t4bnun.fsf@colimite.fr> <87wn7rerse.fsf@colimite.fr> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines Date: Sat, 19 Nov 2022 14:02:05 +0000 In-reply-to: <87wn7rerse.fsf@colimite.fr> Message-ID: <87h6yvavpm.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Sergiu Ivanov writes: > I added a missing part to the commit message, as indicated by Nicolas > Goaziou in a different discussion. > > - > Sergiu > > > Sergiu Ivanov [2022-11-18T10:40:19+0100]: >> Hi, >> >> This patch updates font-montserrat. >> >> I also ran guix style this time, which slightly fixed the >> description field. Thanks Sergui, I've pushed this to master as fc4949464f5219e1adec63a432bf1c848b11d3bc. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN44fVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd1Lg//b5ij7PAk64KsRvIdAe0Tlw4I/eg4RZ7+ RXfzB8TZGk9eBz/rcUUwIDqyctszubkf5LtxVQtukiZEbdhUTaGkwcMMxTyvC23k G5O+bhQH1YfmmcUKuKdLZ71D103DKk0TJTCvbgfahhT15ykbEBDMZsJNy8GgalFP yVWjejY4fuI2EMSssPKYOOvl2KtMPwq6ZavrO2Nol0vRwskgHoE9pqbp8r6jx2dO nUktfpcfTTnnIUU91hwEpC91x/9RKgLLKuX5808ABCn8vHCcZK/nGbqMSeby2zkU wLVhclVWTflV9qonI2aGksv5ESePbYKQk9WXHhGc4u7UsGHqpaiSS31YFDAVOdw1 oOO8gVknl+rB6awVUBriGIywM+VcLFQq3jvIBfTypxXQjrzD5+3PJw3harni5csk cMCoLACgO7TpNCso8OXJ4LgqlYP3bSLjrcVgQ/X94Sq32aAPjdcyJnEr8/rV8s/w dH1jI4XE5ldA4HhDtKfz4AEX4aPtoGRC3U8A6pOLC3D5rxwKhHsHqhnFbGxMdZOE bBc6e8ygOvjJIStZc0v4l4vLlkop1t8RpRx2aDuIJVJeDCz+MMCR7LlxoCU+Kj+i ph5DEaVWFY0V8P6WxgNLmEWAbLW9hZohpQEIu6evk2rjGQRFBUyIaJXFqNHFk6l+ 7633Scl2Qfo= =6Mue -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Sep 06 05:55:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sergiu Ivanov Subject: bug#59353: closed (Re: [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222.) Message-ID: References: <87h6yvavpm.fsf@cbaines.net> <87o7t4bnun.fsf@colimite.fr> X-Gnu-PR-Message: they-closed 59353 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59353@debbugs.gnu.org Date: Sat, 19 Nov 2022 14:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1668866582-24792-1" This is a multi-part message in MIME format... ------------=_1668866582-24792-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59353: [PATCH] gnu: font-montserrat: Update to 7.222. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59353@debbugs.gnu.org. --=20 59353: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59353 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1668866582-24792-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59353-done) by debbugs.gnu.org; 19 Nov 2022 14:02:34 +0000 Received: from localhost ([127.0.0.1]:39295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owOQU-0006Qw-AL for submit@debbugs.gnu.org; Sat, 19 Nov 2022 09:02:34 -0500 Received: from mira.cbaines.net ([212.71.252.8]:41870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owOQR-0006Qm-CQ for 59353-done@debbugs.gnu.org; Sat, 19 Nov 2022 09:02:33 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 5C06427BBE9; Sat, 19 Nov 2022 14:02:30 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id a23d0698; Sat, 19 Nov 2022 14:02:30 +0000 (UTC) References: <87o7t4bnun.fsf@colimite.fr> <87wn7rerse.fsf@colimite.fr> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: Sergiu Ivanov Subject: Re: [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222. Date: Sat, 19 Nov 2022 14:02:05 +0000 In-reply-to: <87wn7rerse.fsf@colimite.fr> Message-ID: <87h6yvavpm.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59353-done Cc: guix-patches@gnu.org, 59353-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Sergiu Ivanov writes: > I added a missing part to the commit message, as indicated by Nicolas > Goaziou in a different discussion. > > - > Sergiu > > > Sergiu Ivanov [2022-11-18T10:40:19+0100]: >> Hi, >> >> This patch updates font-montserrat. >> >> I also ran guix style this time, which slightly fixed the >> description field. Thanks Sergui, I've pushed this to master as fc4949464f5219e1adec63a432bf1c848b11d3bc. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmN44fVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd1Lg//b5ij7PAk64KsRvIdAe0Tlw4I/eg4RZ7+ RXfzB8TZGk9eBz/rcUUwIDqyctszubkf5LtxVQtukiZEbdhUTaGkwcMMxTyvC23k G5O+bhQH1YfmmcUKuKdLZ71D103DKk0TJTCvbgfahhT15ykbEBDMZsJNy8GgalFP yVWjejY4fuI2EMSssPKYOOvl2KtMPwq6ZavrO2Nol0vRwskgHoE9pqbp8r6jx2dO nUktfpcfTTnnIUU91hwEpC91x/9RKgLLKuX5808ABCn8vHCcZK/nGbqMSeby2zkU wLVhclVWTflV9qonI2aGksv5ESePbYKQk9WXHhGc4u7UsGHqpaiSS31YFDAVOdw1 oOO8gVknl+rB6awVUBriGIywM+VcLFQq3jvIBfTypxXQjrzD5+3PJw3harni5csk cMCoLACgO7TpNCso8OXJ4LgqlYP3bSLjrcVgQ/X94Sq32aAPjdcyJnEr8/rV8s/w dH1jI4XE5ldA4HhDtKfz4AEX4aPtoGRC3U8A6pOLC3D5rxwKhHsHqhnFbGxMdZOE bBc6e8ygOvjJIStZc0v4l4vLlkop1t8RpRx2aDuIJVJeDCz+MMCR7LlxoCU+Kj+i ph5DEaVWFY0V8P6WxgNLmEWAbLW9hZohpQEIu6evk2rjGQRFBUyIaJXFqNHFk6l+ 7633Scl2Qfo= =6Mue -----END PGP SIGNATURE----- --=-=-=-- ------------=_1668866582-24792-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Nov 2022 09:43:01 +0000 Received: from localhost ([127.0.0.1]:35294 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovxtl-0007QS-9X for submit@debbugs.gnu.org; Fri, 18 Nov 2022 04:43:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:45144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ovxtj-0007QK-Px for submit@debbugs.gnu.org; Fri, 18 Nov 2022 04:43:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovxtj-0003mu-L4 for guix-patches@gnu.org; Fri, 18 Nov 2022 04:42:59 -0500 Received: from marvid.fr ([163.172.81.107] helo=courriel.marvid.fr) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovxth-0001Cf-JD for guix-patches@gnu.org; Fri, 18 Nov 2022 04:42:59 -0500 Received: from localhost (schwifty.marvid.fr [51.159.4.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by sahkopoika (Postfix) with ESMTPSA id A93F579B88C0 for ; Fri, 18 Nov 2022 10:42:24 +0100 (CET) User-agent: mu4e 1.8.11; emacs 28.2 From: Sergiu Ivanov To: guix-patches@gnu.org Subject: [PATCH] gnu: font-montserrat: Update to 7.222. Date: Fri, 18 Nov 2022 10:40:19 +0100 Message-ID: <87o7t4bnun.fsf@colimite.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: none client-ip=163.172.81.107; envelope-from=sivanov@colimite.fr; helo=courriel.marvid.fr X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, FORGED_SPF_HELO=1, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Hi, This patch updates font-montserrat. I also ran guix style this time, which slightly fixed the description field. Thanks. - Sergiu --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-font-montserrat-Update-to-7.222.patch >From 3c1cb9ab55d5803c08c0f17e1873cf76880a8f22 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 18 Nov 2022 10:37:13 +0100 Subject: [PATCH] gnu: font-montserrat: Update to 7.222. --- 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 c91d2807eb..85dad4b1a6 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2552,7 +2552,7 @@ (define-public font-cozette (define-public font-montserrat (package (name "font-montserrat") - (version "7.210") + (version "7.222") (source (origin (method git-fetch) (uri (git-reference @@ -2561,11 +2561,12 @@ (define-public font-montserrat (file-name (git-file-name name version)) (sha256 (base32 - "0jn1yvfamq5xazw85sfnxgriji60g7mkss9mkf8d0117vdk838bn")))) + "03cfk45r5g694dqp2gjgg0qwra8w78nl6hc6p56qwd5dcfgr2l3r")))) (build-system font-build-system) (home-page "https://github.com/JulietaUla/Montserrat") (synopsis "The Montserrat font") - (description "The old posters and signs in the traditional Montserrat + (description + "The old posters and signs in the traditional Montserrat neighborhood of Buenos Aires inspired Julieta Ulanovsky to design this typeface and rescue the beauty of urban typography that emerged in the first half of the twentieth century.") -- 2.38.1 --=-=-=-- ------------=_1668866582-24792-1--