* [bug#67821] [PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304
@ 2023-12-14 7:23 Saku Laesvuori via Guix-patches via
2023-12-14 7:26 ` [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license Saku Laesvuori via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Saku Laesvuori via Guix-patches via @ 2023-12-14 7:23 UTC (permalink / raw)
To: 67821; +Cc: Saku Laesvuori, Zhu Zihao, 宋文武
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license.
2023-12-14 7:23 [bug#67821] [PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304 Saku Laesvuori via Guix-patches via
@ 2023-12-14 7:26 ` Saku Laesvuori via Guix-patches via
2023-12-19 13:58 ` bug#67821: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Saku Laesvuori via Guix-patches via @ 2023-12-14 7:26 UTC (permalink / raw)
To: 67821; +Cc: Saku Laesvuori, Zhu Zihao, 宋文武
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(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35045c0b65..1b2bc319f7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2524,7 +2524,7 @@ (define-public font-jetbrains-mono
"JetBrains Mono is a font family dedicated to developers. JetBrains
Mono’s typeface forms are simple and free from unnecessary details. Rendered
in small sizes, the text looks crisper.")
- (license license:asl2.0)))
+ (license license:silofl1.1)))
(define-public font-juliamono
(package
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#67821: [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license.
2023-12-14 7:26 ` [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license Saku Laesvuori via Guix-patches via
@ 2023-12-19 13:58 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-12-19 13:58 UTC (permalink / raw)
To: Saku Laesvuori; +Cc: 67821-done, 宋文武, Zhu Zihao
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-19 14:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 7:23 [bug#67821] [PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304 Saku Laesvuori via Guix-patches via
2023-12-14 7:26 ` [bug#67821] [PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license Saku Laesvuori via Guix-patches via
2023-12-19 13:58 ` bug#67821: " Hilton Chain via Guix-patches via
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).