gnu: libinput: Update to 1.4.0.
* gnu/packages/freedesktop.scm (libinput): Update to 1.4.0.
This commit is contained in:
parent
cff826ba05
commit
6aabc87d50
|
@ -82,14 +82,14 @@ freedesktop.org project.")
|
||||||
(define-public libinput
|
(define-public libinput
|
||||||
(package
|
(package
|
||||||
(name "libinput")
|
(name "libinput")
|
||||||
(version "1.3.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://freedesktop.org/software/libinput/"
|
(uri (string-append "https://freedesktop.org/software/libinput/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sn1s1bz06fa49izqkqf519sjclsvhf42i6slzx1w5hx4vxpb2lr"))))
|
"085lcxy111j8r1lwyghsc6zrysqh0vg8xip5axxsdl8r8n3i1vvn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
@ -99,7 +99,7 @@ freedesktop.org project.")
|
||||||
`(("libevdev" ,libevdev)
|
`(("libevdev" ,libevdev)
|
||||||
("mtdev" ,mtdev)
|
("mtdev" ,mtdev)
|
||||||
("libwacom" ,libwacom)))
|
("libwacom" ,libwacom)))
|
||||||
(home-page "http://www.freedesktop.org/wiki/Software/libinput/")
|
(home-page "https://www.freedesktop.org/wiki/Software/libinput/")
|
||||||
(synopsis "Input devices handling library")
|
(synopsis "Input devices handling library")
|
||||||
(description
|
(description
|
||||||
"Libinput is a library to handle input devices for display servers and
|
"Libinput is a library to handle input devices for display servers and
|
||||||
|
|
Loading…
Reference in New Issue