gnu: hidapi: Update to 0.10.0.
* gnu/packages/libusb.scm (hidapi): Update to 0.10.0.
This commit is contained in:
parent
1aac30a4e9
commit
fe9d480ad6
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ devices.")
|
||||||
(define-public hidapi
|
(define-public hidapi
|
||||||
(package
|
(package
|
||||||
(name "hidapi")
|
(name "hidapi")
|
||||||
(version "0.9.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -573,7 +573,7 @@ devices.")
|
||||||
(commit (string-append "hidapi-" version))))
|
(commit (string-append "hidapi-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
|
(base32 "1n3xn1zvxgyzb84cjpw3i5alw0gkbrps11r4ijxzyqxqym0khagr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)
|
`(("libusb" ,libusb)
|
||||||
|
|
Reference in a new issue