emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67821: closed ([PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304


From: GNU bug Tracking System
Subject: bug#67821: closed ([PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304)
Date: Tue, 19 Dec 2023 14:04:04 +0000

Your message dated Tue, 19 Dec 2023 21:58:21 +0800
with message-id <87msu670qq.wl-hako@ultrarare.space>
and subject line Re: [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the 
correct license.
has caused the debbugs.gnu.org bug report #67821,
regarding [PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67821: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67821
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304 Date: Thu, 14 Dec 2023 09:23:07 +0200
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to version 2.304.

Change-Id: Id325fda8f9b50cf830107823c6ca1b439a6bdca0
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 813367be8a..35045c0b65 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2494,7 +2494,7 @@ (define-public font-sil-ezra
 (define-public font-jetbrains-mono
   (package
     (name "font-jetbrains-mono")
-    (version "2.242")
+    (version "2.304")
     (source
      (origin
        (method url-fetch)
@@ -2502,7 +2502,7 @@ (define-public font-jetbrains-mono
         (string-append "https://github.com/JetBrains/JetBrainsMono/releases/";
                        "download/v" version "/JetBrainsMono-" version ".zip"))
        (sha256
-        (base32 "17qs985v38x3rcg3v4av3qynwr4gvixrj50vjzy7zkkny575ncaf"))))
+        (base32 "1gvv5w0vfzndzp8k7g15j5i3yvnpr5z3imrwjs5flq19xp37cqvg"))))
     (build-system font-build-system)
     (arguments
      `(#:phases

base-commit: 4bf4e340b74b66a0fc319aeb100fb1f948a67211
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license. Date: Tue, 19 Dec 2023 21:58:21 +0800
Hi Saku,

On Thu, 14 Dec 2023 15:26:14 +0800,
Saku Laesvuori via Guix-patches via wrote:
> 
> The build scripts are licensed under asl2.0 but the packaged font files
> are licensed under silofl1.1.
> 
> * gnu/packages/fonts.scm (font-jetbrains-mono)[license]: Use silofl1.1
> instead of asl2.0.
> 
> Change-Id: I256a89b6e4bdb368c9cc94cae0808f72c76e7599
> ---
>  gnu/packages/fonts.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied the series as 96f704548c..fa92a7c2fe, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]