summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew James Kraai <kraai@ftbfs.org>2021-06-06 06:42:49 -0700
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-06 16:19:53 +0200
commitb2122b07dc24007263b92247cc479713c2101390 (patch)
tree9ccfd4606a7f184c3d3d9b1d3f34041802c3f632
parentdb6ff6da1588a84bdc02dfc8eccd59a885b46fde (diff)
downloadguix-patches-b2122b07dc24007263b92247cc479713c2101390.tar
guix-patches-b2122b07dc24007263b92247cc479713c2101390.tar.gz
gnu: xf86-input-libinput: Update to 1.0.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8ab77d521d..9156fb3163 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2530,7 +2530,7 @@ including most mice, keyboards, tablets and touchscreens.")
(define-public xf86-input-libinput
(package
(name "xf86-input-libinput")
- (version "0.30.0")
+ (version "1.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2538,7 +2538,7 @@ including most mice, keyboards, tablets and touchscreens.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1h4np66p87jf0c85ig524w8f5rbhl5gx8fww1qg0c55f87yzkizr"))))
+ "0nr4r9x8c7y1l0ipivjch5zps093mxmg2nqmfn2934am26fc9ppx"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags