mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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
|
(define-public xf86-input-joystick
|
||||||
(package
|
(package
|
||||||
(name "xf86-input-joystick")
|
(name "xf86-input-joystick")
|
||||||
(version "1.6.3")
|
(version "1.6.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/driver/xf86-input-joystick-"
|
"mirror://xorg/individual/driver/xf86-input-joystick-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1awfq496d082brgjbr60lhm6jvr9537rflwxqdfqwfzjy3n6jxly"))))
|
"1lnc6cvrg81chb2hj3jphgx7crr4ab8wn60mn8f9nsdwza2w8plh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list xorg-server))
|
(inputs (list xorg-server))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue