me
/
guix
Archived
1
0
Fork 0

gnu: tuxedo-keyboard: Update to 3.2.10.

* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.10.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Jelle Licht 2023-08-19 23:10:14 +02:00 committed by Christopher Baines
parent 43b3500620
commit 50e2d97057
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -1517,7 +1517,7 @@ and the notification, WiFi, and Bluetooth LED.")
(define-public tuxedo-keyboard (define-public tuxedo-keyboard
(package (package
(name "tuxedo-keyboard") (name "tuxedo-keyboard")
(version "3.2.1") (version "3.2.10")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1526,7 +1526,7 @@ and the notification, WiFi, and Bluetooth LED.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5")))) (base32 "1kbspr1vs6jpfsb3c4hbw2d8y06v2a3m4c27rhggkfksf4x82gip"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
(list #:tests? #f)) ; no test suite (list #:tests? #f)) ; no test suite