unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53835] [PATCH] gnu: font-jetbrains-mono: Update to 2.242.
@ 2022-02-07  2:00 jgart via Guix-patches via
  2022-02-08 11:15 ` bug#53835: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-02-07  2:00 UTC (permalink / raw)
  To: 53835; +Cc: jgart

* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.242.
---
 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 8afb453970..536892ee0d 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1995,7 +1995,7 @@ (define-public font-dseg
 (define-public font-jetbrains-mono
   (package
     (name "font-jetbrains-mono")
-    (version "2.221")
+    (version "2.242")
     (source
      (origin
        (method url-fetch)
@@ -2003,7 +2003,7 @@ (define-public font-jetbrains-mono
         (string-append "https://github.com/JetBrains/JetBrainsMono/releases/"
                        "download/v" version "/JetBrainsMono-" version ".zip"))
        (sha256
-        (base32 "1acrgv2q9vxviirpi01xy67pkkswyssw4dn5pgyvrnjxr85cgjrg"))))
+        (base32 "17qs985v38x3rcg3v4av3qynwr4gvixrj50vjzy7zkkny575ncaf"))))
     (build-system font-build-system)
     (arguments
      `(#:phases
-- 
2.35.0





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

end of thread, other threads:[~2022-02-08 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07  2:00 [bug#53835] [PATCH] gnu: font-jetbrains-mono: Update to 2.242 jgart via Guix-patches via
2022-02-08 11:15 ` bug#53835: " Julien Lepiller

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).