guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/17: gnu: hidapi: Update to 0.9.0.


From: guix-commits
Subject: 17/17: gnu: hidapi: Update to 0.9.0.
Date: Fri, 17 Jan 2020 17:45:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7f6592c453b960eb3cbb25d1960f9c266a007a28
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 23:29:54 2020 +0100

    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.
---
 gnu/packages/libusb.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index ae904fe..629bcf5 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]