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>
parent
3fe9a30e94
commit
ceab162669
|
@ -3575,7 +3575,7 @@ keyboard input, mouse actions, etc. programmatically or manually.")
|
||||||
(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 @@ keyboard input, mouse actions, etc. programmatically or manually.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue