mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hidapi: Update to 0.10.1.
* gnu/packages/libusb.scm (hidapi): Update to 0.10.1.
This commit is contained in:
parent
39aa75baec
commit
4f78d8eed1
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ (define-public gmtp
|
|||
(define-public hidapi
|
||||
(package
|
||||
(name "hidapi")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -573,7 +573,7 @@ (define-public hidapi
|
|||
(commit (string-append "hidapi-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1n3xn1zvxgyzb84cjpw3i5alw0gkbrps11r4ijxzyqxqym0khagr"))))
|
||||
(base32 "1nr4z4b10vpbh3ss525r7spz4i43zim2ba5qzfl15dgdxshxxivb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libusb" ,libusb)
|
||||
|
|
Loading…
Reference in a new issue