diff options
author | Jelle Licht <jlicht@fsfe.org> | 2024-09-09 10:55:55 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-09 18:07:59 +0800 |
commit | a5f3a6908a9bf0084fc2edf1881df3c890283e93 (patch) | |
tree | 8cf9f0a59a2a31cf3ccbcaeff4f76e8eafdd2312 /gnu | |
parent | 1abf7fdcb03e383af319786fa87b77fe7a6fc3e0 (diff) |
gnu: tuxedo-keyboard: Update to 4.6.3.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.3.
Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu')
-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 a3b63a6f62..b77f08350b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1579,7 +1579,7 @@ and the notification, WiFi, and Bluetooth LED.") (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.6.1") + (version "4.6.3") (source (origin (method git-fetch) @@ -1588,7 +1588,7 @@ and the notification, WiFi, and Bluetooth LED.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5")))) + (base32 "1958ls5jk8ilc5mn7z3770phrqwj09lnam2slyq54h15n68hf07c")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |