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

* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.3.
master
Marius Bakke 2018-06-19 13:30:12 +02:00
parent 80a1dfac1c
commit 641e387ac3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)))