iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 9d403e8e4c4c9a03365743124369944fec3fe692
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 16:48:02 2024 +0800
gnu: mkfontscale: Update to 1.2.3.
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.3.
Change-Id: Ib8fc03d18f35614b4a5e81adab94e44f4304cd51
---
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 822c180ba9..f5d2b4deb9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1607,7 +1607,7 @@ input from UTF-8 into the locale's encoding.")
(define-public mkfontscale
(package
(name "mkfontscale")
- (version "1.2.2")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -1616,7 +1616,7 @@ input from UTF-8 into the locale's encoding.")
version
".tar.xz"))
(sha256
- (base32 "1i6mw97r2s1rb6spjj8fbdsgw6197smaqq2haqgnwhz73xdzpqwa"))))
+ (base32 "0pp7dyfrrkrqxslk9q8660k0h4swaqlixsnnph2fxb7i8k1ws899"))))
(build-system gnu-build-system)
(inputs
(list zlib xorgproto freetype libfontenc))