mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tuxedo-keyboard: Update to 4.14.2.
* gnu/packages/linux.scm (tuxedo-keyboard): Update to 4.14.2. Change-Id: I2c1aa4995b6e0e5e4501b12af596cf07f7639d6f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
799e54734b
commit
d28b61d4f7
1 changed files with 2 additions and 2 deletions
|
@ -2082,7 +2082,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 "4.14.1")
|
(version "4.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2091,7 +2091,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 "145yk8iv1vprwag5zm2z4843w1wdivlgnrw9cysq3rf37xbydbni"))))
|
(base32 "0b7qivyd8r58cq84q11b2z919px5p9k5zbinm6ahj07w0lsq2j7b"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue