me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.4.
Efraim Flashner 2023-01-31 12:08:26 +02:00
parent 0483eb1b23
commit 40bb1ad5a5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -2445,17 +2445,17 @@ provide all features that libinput supports it does little beyond.")
(define-public xf86-input-joystick
(package
(name "xf86-input-joystick")
(version "1.6.3")
(version "1.6.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/driver/xf86-input-joystick-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
"1lnc6cvrg81chb2hj3jphgx7crr4ab8wn60mn8f9nsdwza2w8plh"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))