guix_mirror_bot pushed a commit to branch xorg-updates in repository guix. commit 6cc784ec633c554bf5701eb1369f737de4681e6f Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Dec 28 16:35:08 2024 +0800
gnu: libfontenc: Update to 1.1.8. * gnu/packages/xorg.scm (libfontenc): Update to 1.1.8. Change-Id: I673f06f4d34aefb7b9c20e581b12624facaf8e5e --- gnu/packages/xorg.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a79f4e4145..562ff9848f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1122,17 +1122,17 @@ synchronization between the X server and direct-rendering clients.") (define-public libfontenc (package (name "libfontenc") - (version "1.1.4") + (version "1.1.8") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libfontenc-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c")))) + "1ihlznj4m49jn1887cr86qqhrrlghvbfj7bbh230svi30pac60kv")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static")))