diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-12 23:50:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 01:51:48 +0200 |
commit | b3ce80d20f7533383cd87e5c7b9596dd701052e9 (patch) | |
tree | 10fa67aa63a856243a137eae7a19c2a94e5bb2ae /gnu | |
parent | e38a80120eccec75700950d1753cf716b678a0ac (diff) | |
download | guix-b3ce80d20f7533383cd87e5c7b9596dd701052e9.tar guix-b3ce80d20f7533383cd87e5c7b9596dd701052e9.tar.gz |
gnu: libwacom: Update to 0.31.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.31.
Diffstat (limited to 'gnu')
-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 a6d9555966..f100928393 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -883,7 +883,7 @@ Escape key when Left Control is pressed and released on its own.") (define-public libwacom (package (name "libwacom") - (version "0.30") + (version "0.31") (source (origin (method url-fetch) (uri (string-append @@ -891,7 +891,7 @@ Escape key when Left Control is pressed and released on its own.") name "-" version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "0n9294f2534qcgfry4n7vmr6vy49iqym0y74a88g1h0l0ml0hd2j")))) + "00xzkxhm0s9bvhbf27hscjbh17wa8lcgvxjqbmzm527f9cjqrm8q")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |