guix_mirror_bot pushed a commit to branch xorg-updates in repository guix. commit 6cbfd13f522736d40ba30b8d0c42bcb5244eab8d Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Dec 28 18:13:37 2024 +0800
gnu: libxi: Update to 1.8.2. * gnu/packages/xorg.scm (libxi): Update to 1.8.2. Change-Id: I2561cf36a11fd47d70c1561c510c1c2efb6a372f --- 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 e80a3cd572..f1f67ecec5 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4916,17 +4916,17 @@ new API's in libXft, or the legacy API's in libX11.") (define-public libxi (package (name "libxi") - (version "1.7.10") + (version "1.8.2") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libXi-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "0q8hz3slga3w3ch8wp0k7ay9ilhz315qnab0w1y2x9w3cf7hv8rn")))) + "0161qsac0dgvkkcihpm2062p1lk2l5mj4i7smd713qnnadg5bq6h")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;man pages represent 28% of the total (arguments