mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libinput: Update to 1.19.2.
* gnu/packages/freedesktop.scm (libinput): Update to 1.19.2.
This commit is contained in:
parent
235adaeec6
commit
79fce3f823
1 changed files with 2 additions and 2 deletions
|
@ -494,14 +494,14 @@ freedesktop.org project.")
|
||||||
;; Updating this will rebuild over 700 packages through libinput-minimal.
|
;; Updating this will rebuild over 700 packages through libinput-minimal.
|
||||||
(package
|
(package
|
||||||
(name "libinput")
|
(name "libinput")
|
||||||
(version "1.16.4")
|
(version "1.19.2")
|
||||||
(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
|
||||||
"0acywdjppj5i591l879bnqa9cs4vgdwnhilwk550x5x8sl33m4k5"))))
|
"10xqk05mkvsyxfxpn3vwkwb7j22d38wlbg1l1k37f6pfyc59zhqg"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Ddocumentation=false")
|
`(#:configure-flags '("-Ddocumentation=false")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue