diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 04:08:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 04:44:34 +0200 |
commit | 2db0ed9c0abc260fb83cd0d2dc327ca5e08e4415 (patch) | |
tree | 3fab0f86e95e9aa2f8e5a77ba67bff79a8e042d7 | |
parent | 30714da09a50bf20780e9903104e29c930da855a (diff) | |
download | guix-2db0ed9c0abc260fb83cd0d2dc327ca5e08e4415.tar.gz |
gnu: libwacom: Update to 1.5.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.5.
-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 5d7b39451c..50cde39e81 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -1084,7 +1084,7 @@ Escape key when Left Control is pressed and released on its own.") (define-public libwacom (package (name "libwacom") - (version "1.4") + (version "1.5") (source (origin (method url-fetch) (uri (string-append @@ -1092,7 +1092,7 @@ Escape key when Left Control is pressed and released on its own.") "libwacom-" version "/libwacom-" version ".tar.bz2")) (sha256 (base32 - "1rk661cymmahak9rw0wcssnfszbngq74vp7zc2cwyg6yrjbif1lh")))) + "0yyl6vzpfd7dq8a8k9dn8r494542ci4r1i0pillg1p4f7jvryd3b")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-static"))) |