mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: hidapi: Update to 0.9.0.
This release was taken over by the libusb team. See <https://github.com/signal11/hidapi/issues/373>. * gnu/packages/libusb.scm (hidapi): Update to 0.9.0. [source, home-page]: Switch to new upstream.
This commit is contained in:
parent
b7dfc5a707
commit
7f6592c453
1 changed files with 4 additions and 4 deletions
|
@ -525,15 +525,15 @@ (define-public gmtp
|
||||||
(define-public hidapi
|
(define-public hidapi
|
||||||
(package
|
(package
|
||||||
(name "hidapi")
|
(name "hidapi")
|
||||||
(version "0.8.0-rc1")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/signal11/hidapi.git")
|
(url "https://github.com/libusb/hidapi.git")
|
||||||
(commit (string-append "hidapi-" version))))
|
(commit (string-append "hidapi-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13d5jkmh9nh4c2kjch8k8amslnxapa9vkqzrk1z6rqmw8qgvzbkj"))))
|
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)
|
`(("libusb" ,libusb)
|
||||||
|
@ -543,7 +543,7 @@ (define-public hidapi
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.signal11.us/oss/hidapi/")
|
(home-page "https://github.com/libusb/hidapi")
|
||||||
(synopsis "HID API library")
|
(synopsis "HID API library")
|
||||||
(description
|
(description
|
||||||
"HIDAPI is a library which allows an application to interface with USB and Bluetooth
|
"HIDAPI is a library which allows an application to interface with USB and Bluetooth
|
||||||
|
|
Loading…
Reference in a new issue