gnu: hidapi: Update to 0.9.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 17 Jan 2020 22:29:54 +0000 (23:29 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 17 Jan 2020 22:32:35 +0000 (23:32 +0100)
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.

gnu/packages/libusb.scm

index ae904fe..629bcf5 100644 (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