iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit d3570d3d16ec5c53567ee4a3f2b75e775be7ca3a
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:34:45 2024 +0800
gnu: bdftopcf: Update to 1.1.2.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.2.
Change-Id: I6bd2e9a9c96069f861ccf31f62201195c17c821c
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3e8c2f5e7d..7e79cf4ff9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -230,14 +230,14 @@ directory tree.")
(define-public bdftopcf
(package
(name "bdftopcf")
- (version "1.1.1")
+ (version "1.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/util/"
"bdftopcf-" version ".tar.xz"))
(sha256
- (base32 "026rzs92h9jsc7r0kvvyvwhm22q0805gp38rs14x6ghg7kam7j8i"))))
+ (base32 "0fjjn1z0cbsmhxkms93w73j2jbzf9f3xgbnjvnisl3rk0icvwq5w"))))
(build-system gnu-build-system)
(inputs
(list libxfont2))