iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 88ad92add13d5ab0bf178b41c2f862aeeeac905a
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 17:57:22 2024 +0800
gnu: xinput: Update to 1.6.4.
* gnu/packages/xorg.scm (xinput): Update to 1.6.4.
Change-Id: Iff3775a9e8055dcb080f1b2f2914de063543785a
---
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 0b78065445..1f0055514a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3691,17 +3691,17 @@ alternative implementations like XRandR or TwinView.")
(define-public xinput
(package
(name "xinput")
- (version "1.6.3")
+ (version "1.6.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/xinput-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1vb6xdd1xmk5f7pwc5zcbxfray5sf1vbnscqwf2yl8lv7gfq38im"))))
+ "1j2pf28c54apr56v1fmvprp657n6x4sdrv8f24rx3138cl6x015d"))))
(build-system gnu-build-system)
(inputs
(list libxrender