diff options
Diffstat (limited to 'gnu/packages/linux.scm')
| -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. |
