aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurome <hunt31999@gmail.com>2025-03-30 17:58:45 +0900
committerChristopher Baines <mail@cbaines.net>2025-04-06 17:22:20 +0100
commit96fb9762eea2d7d82f0ad6453fb4902025f14b54 (patch)
treed27063526322efd42a3d5312a319db6bcabfa7b7
parentfcdb1b155461dd0927206431aaaa2c980a6b0224 (diff)
downloadguix-96fb9762eea2d7d82f0ad6453fb4902025f14b54.tar.gz
guix-96fb9762eea2d7d82f0ad6453fb4902025f14b54.zip
gnu: font-ibm-plex: Update to 6.4.2.
* gnu/packages/fonts.scm (font-ibm-plex): Update to 6.4.2. Change-Id: I40133e632639659a007f2525eb21270e83a28e84 Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r--gnu/packages/fonts.scm29
1 files changed, 15 insertions, 14 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c78d9da60e..4e7b1315a4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -204,27 +204,28 @@ glyphset has also been extended, supporting now a wider number of languages.")
(define-public font-ibm-plex
(package
(name "font-ibm-plex")
- (version "6.4.0")
+ (version "6.4.2")
;; 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.
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/IBM/plex")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "00zbwwcwmq8bv9lvsy5r2an8jf4x0cqzw03i7fgjcmbh0h8a48kl"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/IBM/plex")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00lzbm1b7zbx5q3p0s8fh9q9zj6z4k01fn7n177iybh9xn4jgx0p"))))
(build-system font-build-system)
(outputs '("out" "ttf" "woff"))
(home-page "https://github.com/IBM/plex")
(synopsis "IBM Plex typeface")
- (description "This package provides the Plex font family. It comes in a
-Sans, Serif, Mono and Sans Condensed, all with roman and true italics. The
-fonts have been designed to work well in user interface (UI) environments as
-well as other mediums.")
+ (description
+ "This package provides the Plex font family. It comes in a Sans, Serif,
+Mono and Sans Condensed, all with roman and true italics. The fonts have been
+designed to work well in user interface (UI) environments as well as other
+mediums.")
(license license:silofl1.1)))
(define-public font-lilex