mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: xf86-input-synaptics: Update to 1.10.0.
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.10.0. Change-Id: I9fd71e62e98d1ef56feae93cf5721562e71eb13f
This commit is contained in:
parent
c85ed7a09d
commit
2dc0c080ad
1 changed files with 2 additions and 2 deletions
|
@ -2661,7 +2661,7 @@ (define-public xf86-input-mouse
|
|||
(define-public xf86-input-synaptics
|
||||
(package
|
||||
(name "xf86-input-synaptics")
|
||||
(version "1.9.2")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2671,7 +2671,7 @@ (define-public xf86-input-synaptics
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f1cjs9haxhjybfh2lh579s15i2q0q19whynpda3giizj6mlmymq"))))
|
||||
"1hmm3g6ab4bs4hm6kmv508fdc8kr2blzb1vsz1lhipcf0vdnmhp0"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list libx11 libxi libevdev mtdev xorg-server))
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue