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

gnu: xf86-input-mouse: Update to 1.9.4.

* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.4.
This commit is contained in:
Efraim Flashner
2023-01-31 12:08:26 +02:00
parent 40bb1ad5a5
commit ddc1277832
+3 -3
View File
@@ -2497,17 +2497,17 @@ It is used to control the pointer with a joystick device.")
(define-public xf86-input-mouse
(package
(name "xf86-input-mouse")
(version "1.9.3")
(version "1.9.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-input-mouse-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k"))))
"0k4dpppplj0hq77lgn8argdcgy61cijr0f4zrzfvv2i3zi8qavvz"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))