GNU bug report logs -
#77376
[PATCH] Update font-ibm-plex to 6.4.2
Previous Next
To reply to this bug, email your comments to 77376 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77376
; Package
guix-patches
.
(Sun, 30 Mar 2025 02:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kurome <hunt31999 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 30 Mar 2025 02:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Updated font-ibm-plex to 6.4.2 and `guix style`d.
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77376
; Package
guix-patches
.
(Sun, 30 Mar 2025 09:01:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77376 <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 06 Apr 2025 17:11:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kurome <hunt31999 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 06 Apr 2025 17:11:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 77376-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:
> Fixed commit message
>
> Change-Id: I40133e632639659a007f2525eb21270e83a28e84
> ---
> gnu/packages/fonts.scm | 29 +++++++++++++++--------------
> 1 file changed, 15 insertions(+), 14 deletions(-)
Thanks for the patch, I've pushed this to master as
96fb9762eea2d7d82f0ad6453fb4902025f14b54.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.