mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-hidapi: Update to 0.14.0.post2.
* gnu/packages/libusb.scm (python-hidapi): Update to 0.14.0.post2. [native-inputs]: Add pkg-config. Change-Id: I07709234bb9946587aa3696fa8a1d7ecc321a35f
This commit is contained in:
@@ -752,14 +752,14 @@ HID-Class devices.")
|
||||
(define-public python-hidapi
|
||||
(package
|
||||
(name "python-hidapi")
|
||||
(version "0.7.99.post21")
|
||||
(version "0.14.0.post2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hidapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15ws59zdrxahf3k7z5rcrwc4jgv1307anif8ixm2cyb9ask1mgp0"))
|
||||
"1b2q4kpzvfbbdy5xjh5nas3ymg7gspqai5dla6fk16h5dfx9f3kc"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Remove bundled libraries.
|
||||
@@ -795,7 +795,7 @@ HID-Class devices.")
|
||||
(inputs
|
||||
(list hidapi libusb eudev))
|
||||
(native-inputs
|
||||
(list python-cython))
|
||||
(list python-cython pkg-config))
|
||||
(home-page "https://github.com/trezor/cython-hidapi")
|
||||
(synopsis "Cython interface to hidapi")
|
||||
(description "This package provides a Cython interface to @code{hidapi}.")
|
||||
|
||||
Reference in New Issue
Block a user