diff options
author | Murilo <murilo@disroot.org> | 2025-07-24 08:59:16 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-27 11:31:19 -0400 |
commit | b8d836f0a4d061c6dd768a2ff36bcae2321e840b (patch) | |
tree | eab55b10a60dbd10ecd34f2c2f31e3a5895933b9 | |
parent | d1c65bb4a484f353d7642cde3028932d78b00d75 (diff) |
gnu: libinput: Update to 1.28.1.
* gnu/packages/freedesktop.scm (libinput): Update to 1.28.1.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 4f72654619..05be3059c3 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -760,7 +760,7 @@ freedesktop.org project.") ;; Updating this will rebuild over 700 packages through libinput-minimal. (package (name "libinput") - (version "1.26.2") + (version "1.28.1") (source (origin (method git-fetch) (uri (git-reference @@ -769,7 +769,7 @@ freedesktop.org project.") (file-name (git-file-name name version)) (sha256 (base32 - "1zwwq7a0a6yznc6jxhp6gb50yw5vpfkvgbrabrpc5pwldpckfbrg")))) + "1kgdjxgx5dbrx21kp4x2azfffd96lhcry77pbddbpkw4643vkmwj")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Ddocumentation=false") |