Archived
1
0
Fork 0

gnu: libinput: Update to 1.12.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.12.0.
This commit is contained in:
Leo Famulari 2018-09-11 18:23:29 -04:00
parent d763940711
commit ecd1301651
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -148,14 +148,14 @@ freedesktop.org project.")
(define-public libinput (define-public libinput
(package (package
(name "libinput") (name "libinput")
(version "1.11.3") (version "1.12.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
"01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk")))) "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-Ddocumentation=false"))) `(#:configure-flags '("-Ddocumentation=false")))