aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-04-21 16:33:40 +0800
committerAndreas Enge <andreas@enge.fr>2024-10-19 15:40:55 +0200
commitfa6f72b85c569fb49b320ddaa06092c17073e53f (patch)
tree237132e8fb9d06199b6cf86ea2b0638f0868091b /gnu
parent8fd9da9357ea6b8f92fbcb41db95977f11a12f9a (diff)
downloadguix-fa6f72b85c569fb49b320ddaa06092c17073e53f.tar
guix-fa6f72b85c569fb49b320ddaa06092c17073e53f.tar.gz
gnu: font-ibm-plex: Update to 6.4.0.
* gnu/packages/fonts.scm (font-ibm-plex): Update to 6.4.0. Change-Id: I2f8142ceefaacec8f21a09290cd5ad25a4703907
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 ce0234f743..717167be55 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -177,7 +177,7 @@ glyphset has also been extended, supporting now a wider number of languages.")
(define-public font-ibm-plex
(package
(name "font-ibm-plex")
- (version "6.1.1")
+ (version "6.4.0")
;; We prefer git-fetch since it lets us get the opentype, truetype and web
;; fonts all in one download. The zip archive releases separate the
;; opentype, truetype and web fonts into three separate archives.
@@ -189,7 +189,7 @@ glyphset has also been extended, supporting now a wider number of languages.")
(file-name (git-file-name name version))
(sha256
(base32
- "1jxyd0zl7jssn7mwz8x5xvjmw59x4mn82s2kywf9583k1pg949k1"))))
+ "00zbwwcwmq8bv9lvsy5r2an8jf4x0cqzw03i7fgjcmbh0h8a48kl"))))
(build-system font-build-system)
(home-page "https://github.com/IBM/plex")
(synopsis "IBM Plex typeface")