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>
This commit is contained in:
Tobias Kortkamp 2023-09-26 14:07:15 +02:00 committed by Christopher Baines
parent 3fe9a30e94
commit ceab162669
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -3575,7 +3575,7 @@ (define-public ydotool
(define-public wvkbd (define-public wvkbd
(package (package
(name "wvkbd") (name "wvkbd")
(version "0.13") (version "0.14.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3584,7 +3584,7 @@ (define-public wvkbd
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"15jzmgydhbkdn1r885p9wm5sqnj4h7znkqk71f7d3x359l051sh7")))) "1aha9ylzbkhbf45172l3wyp65kqj6zs5gxqyj62ahj3gp944wmbb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? #f ;no tests (list #:tests? #f ;no tests