diff options
author | Jelle Licht <jlicht@fsfe.org> | 2023-04-04 08:40:44 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-08 14:04:43 +0200 |
commit | 81fcf2e4d46cc0487f841bb615f384ca6882918e (patch) | |
tree | 0159738cfcf912851ab8a39f8827715c339634fa | |
parent | ce025e12bc63b73e4b22ba145d6e87e12de7bb63 (diff) | |
download | guix-81fcf2e4d46cc0487f841bb615f384ca6882918e.tar.gz |
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>
-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 90dd9e5357..9df451ebcc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1506,7 +1506,7 @@ and the notification, WiFi, and Bluetooth LED.") (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 @@ and the notification, WiFi, and Bluetooth LED.") (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 |