gnu: xf86-input-mouse: Update to 1.9.3.
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.3.
This commit is contained in:
parent
80a1dfac1c
commit
641e387ac3
|
@ -2530,7 +2530,7 @@ It is used to cotrol the pointer with a joystick device.")
|
|||
(define-public xf86-input-mouse
|
||||
(package
|
||||
(name "xf86-input-mouse")
|
||||
(version "1.9.2")
|
||||
(version "1.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2540,7 +2540,7 @@ It is used to cotrol the pointer with a joystick device.")
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bsbgww9421792zan43j60mndqprhfxhc48agsi15d3abjqda9gl"))))
|
||||
"1iawr1wyl2qch1mqszcs0s84i92mh4xxprflnycbw1adc18b7v4k"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in New Issue