aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
'0' selected='selected'>includemode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-02 03:07:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-02 18:54:30 +0100
commit405220916ae8ab4ec8f34adee9b9e09407071fe6 (patch)
tree60e1241850db0b6d21751fe841fe331618368281 /gnu
parent434f378dff3ac0d51f3f81d93d7157ffbfecbdb2 (diff)
downloadguix-405220916ae8ab4ec8f34adee9b9e09407071fe6.tar.gz
guix-405220916ae8ab4ec8f34adee9b9e09407071fe6.zip
gnu: font-jetbrains-mono: Update to 2.221.
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.221.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fonts.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35646a7728..11a8e6261b 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1787,7 +1787,7 @@ This package provides the TrueType fonts.")
(define-public font-jetbrains-mono
(package
(name "font-jetbrains-mono")
- (version "2.210")
+ (version "2.221")
(source
(origin
(method url-fetch)
@@ -1795,7 +1795,7 @@ This package provides the TrueType fonts.")
(string-append "https://github.com/JetBrains/JetBrainsMono/releases/"
"download/v" version "/JetBrainsMono-" version ".zip"))
(sha256
- (base32 "19wbggnmqs3k1wdqy7l7imnx23g7hh159pl32nz3mzz8s8sqfdix"))))
+ (base32 "1acrgv2q9vxviirpi01xy67pkkswyssw4dn5pgyvrnjxr85cgjrg"))))
(build-system font-build-system)
(arguments
`(#:phases