1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-03 07:45:55 +02:00

gnu: libxi: Update to 1.8.2.

* gnu/packages/xorg.scm (libxi): Update to 1.8.2.

Change-Id: I2561cf36a11fd47d70c1561c510c1c2efb6a372f
This commit is contained in:
宋文武
2024-12-28 18:13:37 +08:00
parent b219acc404
commit 674807a1f3
+3 -3
View File
@@ -4917,17 +4917,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