diff options
author | Tobias Kortkamp <tobias.kortkamp@gmail.com> | 2023-09-26 14:07:15 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-27 12:08:02 +0100 |
commit | ceab162669dcdcc4f6880496c1fb6f8c87cc36ea (patch) | |
tree | 149aa116d9e175911e655e4f960070683952503e /gnu | |
parent | 3fe9a30e9457de164de95966fceaa75aec38b938 (diff) |
gnu: wvkbd: Update to 0.14.1.
* gnu/packages/xdisorg.scm (wvkbd): Update to 0.14.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
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 086330dfa4..cb5ef09517 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3575,7 +3575,7 @@ keyboard input, mouse actions, etc. programmatically or manually.") (define-public wvkbd (package (name "wvkbd") - (version "0.13") + (version "0.14.1") (source (origin (method git-fetch) (uri (git-reference @@ -3584,7 +3584,7 @@ keyboard input, mouse actions, etc. programmatically or manually.") (file-name (git-file-name name version)) (sha256 (base32 - "15jzmgydhbkdn1r885p9wm5sqnj4h7znkqk71f7d3x359l051sh7")))) + "1aha9ylzbkhbf45172l3wyp65kqj6zs5gxqyj62ahj3gp944wmbb")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;no tests |