GNU bug report logs -
#65388
[PATCH] gnu: tuxedo-keyboard: Update to 3.2.10.
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Sat, 19 Aug 2023 21:11:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Jelle Licht <jlicht <at> 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
This bug report was last modified 1 year and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.