gnu: tuxedo-keyboard: Update to 3.2.1.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d550dafc2b
commit
9bb02a6656
1 changed files with 2 additions and 2 deletions
|
@ -1506,7 +1506,7 @@ (define-public librem-ec-acpi-linux-module
|
|||
(define-public tuxedo-keyboard
|
||||
(package
|
||||
(name "tuxedo-keyboard")
|
||||
(version "3.1.4")
|
||||
(version "3.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1515,7 +1515,7 @@ (define-public tuxedo-keyboard
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00yq3bk4ss60q8zgykid6gzsi3n6grdnkk6dkdr8n42gwaprpbw7"))))
|
||||
(base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no test suite
|
||||
|
|
Loading…
Reference in a new issue