diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2025-03-14 14:37:02 +0100 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-17 14:06:02 +0100 |
| commit | 9f49906319725384f99a241b45688b03d4e702ea (patch) | |
| tree | c47fdc1f8474e78400cc7b7bf50965ceacc8c2dc /gnu/packages/linux.scm | |
| parent | 98be320183579b3d09cf4059e86a9781485628b4 (diff) | |
gnu: tuxedo-keyboard: Update to 4.12.2.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.12.2.
Change-Id: I136bb8feb1d1a11803d6d94d885b5a7e6471db1a
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 2282731edf6..b0dc6cbcfd4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1697,7 +1697,7 @@ and the notification, WiFi, and Bluetooth LED.") (define-public tuxedo-keyboard (package (name "tuxedo-keyboard") - (version "4.11.7") + (version "4.12.2") (source (origin (method git-fetch) @@ -1706,7 +1706,7 @@ and the notification, WiFi, and Bluetooth LED.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0r5ik5jzdk7jghzhx3ahzwddzpd1vx55qrsrz265qlxxfk8zhr35")))) + (base32 "0h5hjwlphld1ijin08qi1hrpsczpw8dqyw49yjprl959j74nwnmm")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |
