mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
aea7f8ee40
commit
56fbdee16c
1 changed files with 3 additions and 3 deletions
|
@ -752,14 +752,14 @@ HID-Class devices.")
|
||||||
(define-public python-hidapi
|
(define-public python-hidapi
|
||||||
(package
|
(package
|
||||||
(name "python-hidapi")
|
(name "python-hidapi")
|
||||||
(version "0.7.99.post21")
|
(version "0.14.0.post2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hidapi" version))
|
(uri (pypi-uri "hidapi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ws59zdrxahf3k7z5rcrwc4jgv1307anif8ixm2cyb9ask1mgp0"))
|
"1b2q4kpzvfbbdy5xjh5nas3ymg7gspqai5dla6fk16h5dfx9f3kc"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled libraries.
|
;; Remove bundled libraries.
|
||||||
|
@ -795,7 +795,7 @@ HID-Class devices.")
|
||||||
(inputs
|
(inputs
|
||||||
(list hidapi libusb eudev))
|
(list hidapi libusb eudev))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython))
|
(list python-cython pkg-config))
|
||||||
(home-page "https://github.com/trezor/cython-hidapi")
|
(home-page "https://github.com/trezor/cython-hidapi")
|
||||||
(synopsis "Cython interface to hidapi")
|
(synopsis "Cython interface to hidapi")
|
||||||
(description "This package provides a Cython interface to @code{hidapi}.")
|
(description "This package provides a Cython interface to @code{hidapi}.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue