diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 14:58:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 14:58:01 +0200 |
commit | 00c5e3e5fcc815f99754549cf261d37fc4062455 (patch) | |
tree | b58226388e4feaec14d0f14cdd7fac2041650ead /gnu/packages/xdisorg.scm | |
parent | 0c70d8097f793c13a5e26b3aebf49693059556d8 (diff) | |
download | guix-00c5e3e5fcc815f99754549cf261d37fc4062455.tar guix-00c5e3e5fcc815f99754549cf261d37fc4062455.tar.gz |
gnu: xf86-input-wacom: Update to 0.34.2.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index af5c863960..91abf66945 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -823,7 +823,7 @@ Wacom tablet applet.") (define-public xf86-input-wacom (package (name "xf86-input-wacom") - (version "0.34.0") + (version "0.34.2") (source (origin (method url-fetch) (uri (string-append @@ -831,9 +831,7 @@ Wacom tablet applet.") name "-" version ".tar.bz2")) (sha256 (base32 - "0idhkigl0pnyp08sqm6bqfb4h20v6rjrb71z1gdv59gk7d7qwpgi")) - (patches - (search-patches "xf86-input-wacom-xorg-abi-25.patch")))) + "073bf12ka1mcqvr1sviixb51bsfx37jalrj9xw53f10i2kdvkl9a")))) (arguments `(#:configure-flags (list (string-append "--with-sdkdir=" |