me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2020-01-17 23:29:54 +01:00
parent b7dfc5a707
commit 7f6592c453
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -525,15 +525,15 @@ devices.")
(define-public hidapi
(package
(name "hidapi")
(version "0.8.0-rc1")
(version "0.9.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/signal11/hidapi.git")
(url "https://github.com/libusb/hidapi.git")
(commit (string-append "hidapi-" version))))
(sha256
(base32 "13d5jkmh9nh4c2kjch8k8amslnxapa9vkqzrk1z6rqmw8qgvzbkj"))))
(base32 "1p4g8lgwj4rki6lbn5l6rvwj0xlbn1xfh4d255bg5pvgczmwmc4i"))))
(build-system gnu-build-system)
(inputs
`(("libusb" ,libusb)
@ -543,7 +543,7 @@ devices.")
("automake" ,automake)
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "http://www.signal11.us/oss/hidapi/")
(home-page "https://github.com/libusb/hidapi")
(synopsis "HID API library")
(description
"HIDAPI is a library which allows an application to interface with USB and Bluetooth