mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: libinput: Update to 1.15.0.
* gnu/packages/freedesktop.scm (libinput): Update to 1.15.0.
This commit is contained in:
parent
b0b7954271
commit
7eb22b188b
1 changed files with 2 additions and 2 deletions
|
@ -180,14 +180,14 @@ (define-public xdg-utils
|
||||||
(define-public libinput
|
(define-public libinput
|
||||||
(package
|
(package
|
||||||
(name "libinput")
|
(name "libinput")
|
||||||
(version "1.14.3")
|
(version "1.15.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/"
|
||||||
"libinput-" version ".tar.xz"))
|
"libinput-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dy58j8dvr7ri34bx0lppmh5638m956azgwk501w373hi42kmsqg"))))
|
"1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=false")
|
`(#:configure-flags '("-Ddocumentation=false")
|
||||||
|
|
Loading…
Reference in a new issue