iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 5cf0bbb02a009c09b49d239751f06cbeed68fb52
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:10:27 2024 +0800

    gnu: libxtst: Update to 1.2.5.
    
    * gnu/packages/xorg.scm (libxtst): Update to 1.2.5.
    
    Change-Id: Ie200cdc68daa114f0b659c338415fd25dfb6ae56
---
 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 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")

Reply via email to