[PATCH 1/2] gnu: font-jetbrains-mono: Update to 2.304

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Saku Laesvuori
Owner
unassigned
Submitted by
Saku Laesvuori
Severity
normal
S
S
Saku Laesvuori wrote on 14 Dec 2023 08:23
(address . guix-patches@gnu.org)(name . Saku Laesvuori)(address . saku@laesvuori.fi)
8e959bbf69f36424ee8853c9b2d9e71c525a6871.1702538507.git.saku@laesvuori.fi
* 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(-)

Toggle diff (26 lines)
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
S
S
Saku Laesvuori wrote on 14 Dec 2023 08:26
[PATCH 2/2] gnu: font-jetbrains-mono: Use the correct license.
(address . 67821@debbugs.gnu.org)(name . Saku Laesvuori)(address . saku@laesvuori.fi)
e7616360a307d4d7d6c0628617078d499d2f5e55.1702538507.git.saku@laesvuori.fi
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(-)

Toggle diff (15 lines)
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
H
H
Hilton Chain wrote on 19 Dec 2023 14:58
(name . Saku Laesvuori)(address . saku@laesvuori.fi)
87msu670qq.wl-hako@ultrarare.space
Hi Saku,

On Thu, 14 Dec 2023 15:26:14 +0800,
Saku Laesvuori via Guix-patches via wrote:
Toggle quote (12 lines)
>
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67821@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67821
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch