From 24bea8dac1ce1fd5a777ea7556503cec7b10608c Mon Sep 17 00:00:00 2001 From: Alexey Abramov Date: Sun, 11 Feb 2024 18:50:47 +0100 Subject: gnu: xf86-input-wacom: Update to 1.2.0. * gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.2.0. Signed-off-by: Christopher Baines Change-Id: I5f8cf8372c7242afd51375efe6baecf98a8b2ec9 --- gnu/packages/xdisorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 449cbbaf6e..371c89ed9e 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1488,7 +1488,7 @@ Wacom tablet applet.") (define-public xf86-input-wacom (package (name "xf86-input-wacom") - (version "1.1.0") + (version "1.2.0") (source (origin (method url-fetch) @@ -1497,7 +1497,7 @@ Wacom tablet applet.") "xf86-input-wacom-" version "/" "xf86-input-wacom-" version ".tar.bz2")) (sha256 - (base32 "04ks577ag2yir7kssv8zhig4rx9xqj2wifmlrcmy4k9lgw379di3")))) + (base32 "0pb8f8fvwm7vy5p3h8nc7x7fb68kpdkscz0j79xzsaxwn8435hhk")))) (arguments (list #:configure-flags #~(list (string-append "--with-sdkdir=" #$output "/include/xorg") -- cgit v1.2.3