guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

166/244: gnu: tuxedo-keyboard: Update to 3.2.1.


From: guix-commits
Subject: 166/244: gnu: tuxedo-keyboard: Update to 3.2.1.
Date: Wed, 12 Apr 2023 08:49:14 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 9bb02a66563705fbc0be10bc19fa0af0fa4287ae
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Tue Apr 4 08:40:44 2023 +0200

    gnu: tuxedo-keyboard: Update to 3.2.1.
    
    * gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.2.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 3285fb4ca2..80443fc43b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1506,7 +1506,7 @@ and the notification, WiFi, and Bluetooth LED.")
 (define-public tuxedo-keyboard
   (package
     (name "tuxedo-keyboard")
-    (version "3.1.4")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -1515,7 +1515,7 @@ and the notification, WiFi, and Bluetooth LED.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00yq3bk4ss60q8zgykid6gzsi3n6grdnkk6dkdr8n42gwaprpbw7"))))
+        (base32 "13fncirqcci46zxmsrawsxpazip5k46i849dwkhkqlg0mg4vxxw5"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]