GNU bug report logs -
#67821
[PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304
Previous Next
Reported by: Saku Laesvuori <saku <at> laesvuori.fi>
Date: Thu, 14 Dec 2023 07:24:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 19 Dec 2023 21:58:21 +0800
with message-id <87msu670qq.wl-hako <at> 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 <at> gnu.org.)
--
67821: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67821
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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!
This bug report was last modified 1 year and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.