GNU bug report logs - #77376
[PATCH] Update font-ibm-plex to 6.4.2

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Sun, 30 Mar 2025 02:03:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kurome <hunt31999 <at> gmail.com>
To: 77376 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [bug#77376] [PATCH v2] gnu: font-ibm-plex: Update to 6.4.2
Date: Sun, 30 Mar 2025 17:58:45 +0900
Fixed commit message

Change-Id: I40133e632639659a007f2525eb21270e83a28e84
---
 gnu/packages/fonts.scm | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3048289ac0..6d16ce4eb0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -204,27 +204,28 @@ (define-public font-chivo
 (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
-- 
2.49.0





This bug report was last modified 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.