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:
Danny Milosavljevic 2025-01-25 16:24:31 +01:00
parent aea7f8ee40
commit 56fbdee16c
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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}.")