iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 498791aa8d3da6b946668d23e79f2ef90a2cefe5
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 19:01:06 2024 +0800
gnu: xf86-input-mouse: Update to 1.9.5.
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.5.
Change-Id: I5a4f1a536025dbd10f0a6665a04cd3a2a58e7c85
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8bc751fa5d..c29251630c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2631,7 +2631,7 @@ It is used to control the pointer with a joystick
device.")
(define-public xf86-input-mouse
(package
(name "xf86-input-mouse")
- (version "1.9.4")
+ (version "1.9.5")
(source
(origin
(method url-fetch)
@@ -2641,7 +2641,7 @@ It is used to control the pointer with a joystick
device.")
".tar.xz"))
(sha256
(base32
- "0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
+ "0s4rzp7aqpbqm4474hg4bz7i7vg3ir93ck2q12if4lj3nklqmpjg"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))