diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 02:08:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 03:12:18 +0100 |
commit | f01d8e9c2fbffa577ebfc62e90936af833606df9 (patch) | |
tree | b93f014533e7e40da8c66f4ba467ed072a1ea658 | |
parent | bde974c55e310ed14be84b83a0535630d8a4acef (diff) | |
download | patches-f01d8e9c2fbffa577ebfc62e90936af833606df9.tar patches-f01d8e9c2fbffa577ebfc62e90936af833606df9.tar.gz |
gnu: xf86-input-wacom: Update to 0.39.0.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.39.0.
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 75c230c9d2..c1f6876c7e 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1084,7 +1084,7 @@ Wacom tablet applet.") (define-public xf86-input-wacom (package (name "xf86-input-wacom") - (version "0.38.0") + (version "0.39.0") (source (origin (method url-fetch) @@ -1093,7 +1093,7 @@ Wacom tablet applet.") "xf86-input-wacom-" version "/" "xf86-input-wacom-" version ".tar.bz2")) (sha256 - (base32 "0w53hv3g7d5vv328x04wb57sa1lyv2h631c37csp1drfp7ghikd1")))) + (base32 "11qk58az6qwii774ga45h5yqzipwn56f0d74kdbajqdv45p85gqj")))) (arguments `(#:configure-flags (list (string-append "--with-sdkdir=" |