mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: xf86-input-joystick: Update to 1.6.4.
* gnu/packages/xorg.scm (xf86-input-joystick): Update to 1.6.4.
This commit is contained in:
parent
0483eb1b23
commit
40bb1ad5a5
1 changed files with 3 additions and 3 deletions
|
@ -2445,17 +2445,17 @@ (define-public xf86-input-libinput
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue