unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222.
@ 2022-11-18  9:40 Sergiu Ivanov
  2022-11-19  0:00 ` Sergiu Ivanov
  0 siblings, 1 reply; 3+ messages in thread
From: Sergiu Ivanov @ 2022-11-18  9:40 UTC (permalink / raw)
  To: 59353

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]

Hi,

This patch updates font-montserrat.

I also ran guix style this time, which slightly fixed the
description field.

Thanks.

-
Sergiu

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-montserrat-Update-to-7.222.patch --]
[-- Type: text/x-patch, Size: 1511 bytes --]

From 3c1cb9ab55d5803c08c0f17e1873cf76880a8f22 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov <sivanov@colimite.fr>
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222.
  2022-11-18  9:40 [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222 Sergiu Ivanov
@ 2022-11-19  0:00 ` Sergiu Ivanov
  2022-11-19 14:02   ` bug#59353: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Sergiu Ivanov @ 2022-11-19  0:00 UTC (permalink / raw)
  To: 59353

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

I added a missing part to the commit message, as indicated by Nicolas
Goaziou in a different discussion.

-
Sergiu


Sergiu Ivanov <sivanov@colimite.fr> [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]...

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-font-montserrat-Update-to-7.222.patch --]
[-- Type: text/x-patch, Size: 1572 bytes --]

From b99c23d14ec162f62291690e2c18f2109d3e5abc Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov <sivanov@colimite.fr>
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#59353: [PATCH] gnu: font-montserrat: Update to 7.222.
  2022-11-19  0:00 ` Sergiu Ivanov
@ 2022-11-19 14:02   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2022-11-19 14:02 UTC (permalink / raw)
  To: Sergiu Ivanov; +Cc: guix-patches, 59353-done

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]


Sergiu Ivanov <sivanov@colimite.fr> writes:

> I added a missing part to the commit message, as indicated by Nicolas
> Goaziou in a different discussion.
>
> -
> Sergiu
>
>
> Sergiu Ivanov <sivanov@colimite.fr> [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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-19 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18  9:40 [bug#59353] [PATCH] gnu: font-montserrat: Update to 7.222 Sergiu Ivanov
2022-11-19  0:00 ` Sergiu Ivanov
2022-11-19 14:02   ` bug#59353: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).