mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: xf86-input-joystick: Update to 1.6.3.
* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.3.
This commit is contained in:
parent
08cf3e4ce5
commit
5de2ec6deb
1 changed files with 2 additions and 2 deletions
|
@ -2489,7 +2489,7 @@ (define-public xf86-input-libinput
|
|||
(define-public xf86-input-joystick
|
||||
(package
|
||||
(name "xf86-input-joystick")
|
||||
(version "1.6.2")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2499,7 +2499,7 @@ (define-public xf86-input-joystick
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"038mfqairyyqvz02rk7v3i070sab1wr0k6fkxvyvxdgkfbnqcfzf"))))
|
||||
"1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue