me
/
guix
Archived
1
0
Fork 0

gnu: tuxedo-keyboard: Update to 3.1.4.

This fixes the build with linux-libre 6.2.

* gnu/packages/linux.scm (tuxedo-keyboard): Update to 3.1.4.
master
Leo Famulari 2023-03-11 11:29:48 -05:00
parent 9ba649a926
commit b36f50682e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -1504,7 +1504,7 @@ and the notification, WiFi, and Bluetooth LED.")
(define-public tuxedo-keyboard (define-public tuxedo-keyboard
(package (package
(name "tuxedo-keyboard") (name "tuxedo-keyboard")
(version "3.1.1") (version "3.1.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1513,7 +1513,7 @@ and the notification, WiFi, and Bluetooth LED.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "17n14yh55yrxx4qbx4ph9drbzx2ll4kdsfmlngrdgizhyzk7z7zv")))) (base32 "00yq3bk4ss60q8zgykid6gzsi3n6grdnkk6dkdr8n42gwaprpbw7"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
(list #:tests? #f)) ; no test suite (list #:tests? #f)) ; no test suite