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:
parent
3fe9a30e94
commit
ceab162669
1 changed files with 2 additions and 2 deletions
|
@ -3575,7 +3575,7 @@ (define-public ydotool
|
|||
(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 @@ (define-public wvkbd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"15jzmgydhbkdn1r885p9wm5sqnj4h7znkqk71f7d3x359l051sh7"))))
|
||||
"1aha9ylzbkhbf45172l3wyp65kqj6zs5gxqyj62ahj3gp944wmbb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue