diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 02:08:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-11 03:12:18 +0100 |
commit | bde974c55e310ed14be84b83a0535630d8a4acef (patch) | |
tree | e1281f35a0d58c7dfb7b290a0785babb99ebbce3 /gnu | |
parent | 10576acbbf496a051d488c2832f1e474ef6074f3 (diff) | |
download | guix-bde974c55e310ed14be84b83a0535630d8a4acef.tar guix-bde974c55e310ed14be84b83a0535630d8a4acef.tar.gz |
gnu: libwacom: Update to 1.2.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index a85e88a544..75c230c9d2 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2016 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com> ;;; Copyright © 2017 ng0 <ng0@n0.is> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com> ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org> ;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net> @@ -1049,7 +1049,7 @@ Escape key when Left Control is pressed and released on its own.") (define-public libwacom (package (name "libwacom") - (version "1.1") + (version "1.2") (source (origin (method url-fetch) (uri (string-append @@ -1057,7 +1057,7 @@ Escape key when Left Control is pressed and released on its own.") "libwacom-" version "/libwacom-" version ".tar.bz2")) (sha256 (base32 - "00lyv419ijyng6ak5vpw0swnn4qg6lbfh7zysf92wcvn6rcq7d4c")))) + "1hv3z2qkvycqcyv99zfpbbgrlbyppdq8kk2y9x51578mwbgcy162")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-static"))) |