[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65388] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.10.
From: |
jlicht |
Subject: |
[bug#65388] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.10. |
Date: |
Sat, 19 Aug 2023 23:10:14 +0200 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.10.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bdf05227fb..9253755b7d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1516,7 +1516,7 @@ (define-public librem-ec-acpi-linux-module
(define-public tuxedo-keyboard
(package
(name "tuxedo-keyboard")
- (version "3.2.1")
+ (version "3.2.10")
(source
(origin
(method git-fetch)
@@ -1525,7 +1525,7 @@ (define-public tuxedo-keyboard
(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
base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
--
2.41.0
- [bug#65388] [PATCH] gnu: tuxedo-keyboard: Update to 3.2.10.,
jlicht <=