diff options
author | 宋文武 <[email protected]> | 2024-12-28 18:10:27 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:25 +0800 |
commit | 31468242cba1004b04f19d84d25f074599726b13 (patch) | |
tree | 4f3c6d634ee90acaf62cc870bbb2fab10782d196 | |
parent | 5a097c1abbf310739952a5f94860be44aa699851 (diff) |
gnu: libxtst: Update to 1.2.5.
* gnu/packages/xorg.scm (libxtst): Update to 1.2.5.
Change-Id: Ie200cdc68daa114f0b659c338415fd25dfb6ae56
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index bf3b6e987a..1d25f7f242 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4623,17 +4623,17 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxtst (package (name "libxtst") - (version "1.2.3") + (version "1.2.5") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libXtst-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6")))) + "0hljblisw72fk60y7zf9214ydn7lk32kj43cf12af2bhp4jlq3dm")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static") |