diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-25 16:24:31 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-25 17:24:11 +0100 |
| commit | 56fbdee16c4757dddb96b3d3c483c5f61026f14c (patch) | |
| tree | d983672c488eadca5e251648513a0eabceba9922 /gnu/packages/libusb.scm | |
| parent | aea7f8ee407a27ce0cec792bb3cf301fe13ddf29 (diff) | |
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
Diffstat (limited to 'gnu/packages/libusb.scm')
| -rw-r--r-- | gnu/packages/libusb.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index a2bdda6057d..a6e24f8c414 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm | |||
| @@ -752,14 +752,14 @@ HID-Class devices.") | |||
| 752 | (define-public python-hidapi | 752 | (define-public python-hidapi |
| 753 | (package | 753 | (package |
| 754 | (name "python-hidapi") | 754 | (name "python-hidapi") |
| 755 | (version "0.7.99.post21") | 755 | (version "0.14.0.post2") |
| 756 | (source | 756 | (source |
| 757 | (origin | 757 | (origin |
| 758 | (method url-fetch) | 758 | (method url-fetch) |
| 759 | (uri (pypi-uri "hidapi" version)) | 759 | (uri (pypi-uri "hidapi" version)) |
| 760 | (sha256 | 760 | (sha256 |
| 761 | (base32 | 761 | (base32 |
| 762 | "15ws59zdrxahf3k7z5rcrwc4jgv1307anif8ixm2cyb9ask1mgp0")) | 762 | "1b2q4kpzvfbbdy5xjh5nas3ymg7gspqai5dla6fk16h5dfx9f3kc")) |
| 763 | (modules '((guix build utils))) | 763 | (modules '((guix build utils))) |
| 764 | (snippet | 764 | (snippet |
| 765 | ;; Remove bundled libraries. | 765 | ;; Remove bundled libraries. |
| @@ -795,7 +795,7 @@ HID-Class devices.") | |||
| 795 | (inputs | 795 | (inputs |
| 796 | (list hidapi libusb eudev)) | 796 | (list hidapi libusb eudev)) |
| 797 | (native-inputs | 797 | (native-inputs |
| 798 | (list python-cython)) | 798 | (list python-cython pkg-config)) |
| 799 | (home-page "https://github.com/trezor/cython-hidapi") | 799 | (home-page "https://github.com/trezor/cython-hidapi") |
| 800 | (synopsis "Cython interface to hidapi") | 800 | (synopsis "Cython interface to hidapi") |
| 801 | (description "This package provides a Cython interface to @code{hidapi}.") | 801 | (description "This package provides a Cython interface to @code{hidapi}.") |
