1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: hid-wiimote-plus: Update to 1.0.0.

* gnu/packages/linux.scm (hid-wiimote-plus): Update to 1.0.0.
[source]<origin>: Fix URL.

Fixes: guix/guix#7332
Change-Id: I7ccaa96728666871dbc2ab8176b9eedc5cc14dec
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Hugo Buddelmeijer
2026-03-20 20:25:19 +01:00
committed by Andreas Enge
parent cd7eaa61e4
commit 2d5ba988d5

View File

@@ -12909,16 +12909,16 @@ This includes access to the System Management Network.")
(define-public hid-wiimote-plus
(package
(name "hid-wiimote-plus")
(version "0.9.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dkosmari/hid-wiimote-plus.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1rkp311x60jm73xlqypxsp375rx3fa55jyrspz1aqjga0q6cvswi"))))
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dkosmari/hid-wiimote-plus")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0vly8z9876yiaxx77ca9lbf9hfv5xichkkxxczjhbs2qwr819k1k"))))
(build-system linux-module-build-system)
(arguments
(list #:tests? #f)) ; No tests.