mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: xpadneo: Update to 0.9.5.
* gnu/packages/linux.scm (xpadneo): Update to 0.9.5.
This commit is contained in:
parent
d529be6abb
commit
525e5be3c5
1 changed files with 2 additions and 2 deletions
|
@ -1676,7 +1676,7 @@ (define-public v4l2loopback-linux-module
|
||||||
(define-public xpadneo
|
(define-public xpadneo
|
||||||
(package
|
(package
|
||||||
(name "xpadneo")
|
(name "xpadneo")
|
||||||
(version "0.9.1")
|
(version "0.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1685,7 +1685,7 @@ (define-public xpadneo
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xr0zx134s56h4ij6c3fh8ki0h58h61minbfxcl3sgpgxkh14ism"))))
|
"1pq7p9sxlw1v9rnny9070b39rpwfq6rip0z92mwlw4qzinmqqgdd"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; no `check' target
|
(list #:tests? #f ; no `check' target
|
||||||
|
|
Loading…
Reference in a new issue