mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: wvkbd: Update to 0.13.
* gnu/packages/xdisorg.scm (wvkbd): Update to 0.13. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
9d83de1040
commit
a4affad8c5
1 changed files with 2 additions and 2 deletions
|
@ -3445,7 +3445,7 @@ (define-public ydotool
|
|||
(define-public wvkbd
|
||||
(package
|
||||
(name "wvkbd")
|
||||
(version "0.12")
|
||||
(version "0.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3454,7 +3454,7 @@ (define-public wvkbd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05zl6jhw7pj7w2cd02m3i0zzn1z99kzwh2mlg9h96j5aw1x1lvp6"))))
|
||||
"15jzmgydhbkdn1r885p9wm5sqnj4h7znkqk71f7d3x359l051sh7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue