gnu: libwacom: Update to 0.33.

* gnu/packages/xdisorg.scm (libwacom): Update to 0.33.
master
Tobias Geerinckx-Rice 2019-04-15 06:29:29 +02:00
parent 4af05b63c0
commit ab45191ef0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -956,7 +956,7 @@ Escape key when Left Control is pressed and released on its own.")
(define-public libwacom
(package
(name "libwacom")
(version "0.32")
(version "0.33")
(source (origin
(method url-fetch)
(uri (string-append
@ -964,7 +964,7 @@ Escape key when Left Control is pressed and released on its own.")
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
"102kz0q7i0bjsnl6yy83vcj2rpir12rs2d4xr0wvhw84rs5sp7bb"))))
"1wnv34y7m9l6avlvwqvfrnksfnsz1lbgb412dn6s7x1h3wvs7y4l"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))