mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 11:55:06 -06:00
gnu: libinput: Update to 1.26.2.
* gnu/packages/freedesktop.scm (libinput): Update to 1.26.2. Change-Id: Ifc4c03c7a19d9f61d2e6d8a21e7fb1a139a7e7e7
This commit is contained in:
parent
fda63ca521
commit
be27601e76
1 changed files with 2 additions and 2 deletions
|
|
@ -705,7 +705,7 @@ freedesktop.org project.")
|
|||
;; Updating this will rebuild over 700 packages through libinput-minimal.
|
||||
(package
|
||||
(name "libinput")
|
||||
(version "1.24.0")
|
||||
(version "1.26.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -714,7 +714,7 @@ freedesktop.org project.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xk0dljykjfmkks7kjxvbia6g3wadmy7lihfygm8icywkq8j0dw1"))))
|
||||
"1zwwq7a0a6yznc6jxhp6gb50yw5vpfkvgbrabrpc5pwldpckfbrg"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Ddocumentation=false")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue