gnu: xf86-input-joystick: Update to 1.6.3.

* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.3.
master
Tobias Geerinckx-Rice 2016-12-13 04:40:40 +01:00
parent 08cf3e4ce5
commit 5de2ec6deb
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2489,7 +2489,7 @@ provide all features that libinput supports it does little beyond.")
(define-public xf86-input-joystick (define-public xf86-input-joystick
(package (package
(name "xf86-input-joystick") (name "xf86-input-joystick")
(version "1.6.2") (version "1.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2499,7 +2499,7 @@ provide all features that libinput supports it does little beyond.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"038mfqairyyqvz02rk7v3i070sab1wr0k6fkxvyvxdgkfbnqcfzf")))) "1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server))) (inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))