diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-08-19 23:10:14 +0200 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-08-29 13:47:10 +0100 |
commit | 50e2d970579316ebcb70dbcab66c4027171852ee (patch) | |
tree | 4e686a0a880c3d2d97256daac697ee3b054947b9 | |
parent | 43b3500620cfbfc00fc66e57ab9752a8dcad6da1 (diff) | |
download | guix-50e2d970579316ebcb70dbcab66c4027171852ee.tar.gz guix-50e2d970579316ebcb70dbcab66c4027171852ee.zip |
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>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 762b5467b3..b82cb73a18 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1517,7 +1517,7 @@ and the notification, WiFi, and Bluetooth LED.") (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "3.2.1") + (version "3.2.10") (source (origin (method git-fetch) @@ -1526,7 +1526,7 @@ and the notification, WiFi, and Bluetooth LED.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5")))) + (base32 "1kbspr1vs6jpfsb3c4hbw2d8y06v2a3m4c27rhggkfksf4x82gip")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |