diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-12-13 21:39:47 +0100 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-12-15 21:18:23 +0800 |
commit | 1da5c7216e544c9c071c346ada1ece932935d1ec (patch) | |
tree | 2852369d06aba52b57b4dacda7ff932ea9c287cc | |
parent | d52d8fe59614d712ed90373187db81a67e943fe8 (diff) | |
download | guix-1da5c7216e544c9c071c346ada1ece932935d1ec.tar.gz guix-1da5c7216e544c9c071c346ada1ece932935d1ec.zip |
gnu: tuxedo-keyboard: Update to 4.11.7.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.11.7.
Change-Id: I5e158b40b46ceb5525d3da75c7d3d473b0825485
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-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 59a6424bd7..37f1c0cff3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1646,7 +1646,7 @@ and the notification, WiFi, and Bluetooth LED.") (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.6.3") + (version "4.11.7") (source (origin (method git-fetch) @@ -1655,7 +1655,7 @@ and the notification, WiFi, and Bluetooth LED.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1958ls5jk8ilc5mn7z3770phrqwj09lnam2slyq54h15n68hf07c")))) + (base32 "0r5ik5jzdk7jghzhx3ahzwddzpd1vx55qrsrz265qlxxfk8zhr35")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |