all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2.
@ 2024-08-30 14:05 jlicht
  2024-09-09  8:55 ` [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3 jlicht
  0 siblings, 1 reply; 3+ messages in thread
From: jlicht @ 2024-08-30 14:05 UTC (permalink / raw)
  To: 72892; +Cc: Jelle Licht, Leo Famulari, Wilko Meyer

From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.6.2.

Change-Id: I0ad9b7bcbe04b88cce05cf3d1e74b29e97c2b52b
---
 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 86754abb35..3665bb57b9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1579,7 +1579,7 @@ (define-public librem-ec-acpi-linux-module
 (define-public tuxedo-keyboard
   (package
     (name "tuxedo-keyboard")
-    (version "4.6.1")
+    (version "4.6.2")
     (source
      (origin
        (method git-fetch)
@@ -1588,7 +1588,7 @@ (define-public tuxedo-keyboard
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5"))))
+        (base32 "1azakqg83lcvyhqy1ldvj00n203rdhkn3194v774nnq530dclbqx"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite

base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-09 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 14:05 [bug#72892] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.2 jlicht
2024-09-09  8:55 ` [bug#72892] [PATCH v2] gnu: tuxedo-keyboard: Update to 4.6.3 jlicht
2024-09-09 10:54   ` bug#72892: " Z572

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.