diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-03-20 20:25:19 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-20 21:33:20 +0100 |
| commit | 2d5ba988d586fdc981cc3ca7195db36b1133def8 (patch) | |
| tree | 53f93a3145720c04195cb4c669eee8ff8a4cdce4 | |
| parent | cd7eaa61e47b3333a63cd638c602297e627ad62f (diff) | |
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>
| -rw-r--r-- | gnu/packages/linux.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4717a39157f..3244652179f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -12909,16 +12909,16 @@ This includes access to the System Management Network.") | |||
| 12909 | (define-public hid-wiimote-plus | 12909 | (define-public hid-wiimote-plus |
| 12910 | (package | 12910 | (package |
| 12911 | (name "hid-wiimote-plus") | 12911 | (name "hid-wiimote-plus") |
| 12912 | (version "0.9.2") | 12912 | (version "1.0.0") |
| 12913 | (source (origin | 12913 | (source |
| 12914 | (method git-fetch) | 12914 | (origin |
| 12915 | (uri (git-reference | 12915 | (method git-fetch) |
| 12916 | (url "https://github.com/dkosmari/hid-wiimote-plus.git") | 12916 | (uri (git-reference |
| 12917 | (commit (string-append "v" version)))) | 12917 | (url "https://github.com/dkosmari/hid-wiimote-plus") |
| 12918 | (file-name (git-file-name name version)) | 12918 | (commit (string-append "v" version)))) |
| 12919 | (sha256 | 12919 | (file-name (git-file-name name version)) |
| 12920 | (base32 | 12920 | (sha256 |
| 12921 | "1rkp311x60jm73xlqypxsp375rx3fa55jyrspz1aqjga0q6cvswi")))) | 12921 | (base32 "0vly8z9876yiaxx77ca9lbf9hfv5xichkkxxczjhbs2qwr819k1k")))) |
| 12922 | (build-system linux-module-build-system) | 12922 | (build-system linux-module-build-system) |
| 12923 | (arguments | 12923 | (arguments |
| 12924 | (list #:tests? #f)) ; No tests. | 12924 | (list #:tests? #f)) ; No tests. |
