cbaines pushed a commit to branch master
in repository guix.
commit 24bea8dac1ce1fd5a777ea7556503cec7b10608c
Author: Alexey Abramov <[email protected]>
AuthorDate: Sun Feb 11 18:50:47 2024 +0100
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 <[email protected]>
Change-Id: I5f8cf8372c7242afd51375efe6baecf98a8b2ec9
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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")