diff mbox series

[bug#70083] gnu: hidapi: Update to 0.14.0.

Message ID 6d718d586b1a5c9a51d36d8267641aa66cbac74b.1711747740.git.monego@posteo.net
State New
Headers show
Series [bug#70083] gnu: hidapi: Update to 0.14.0. | expand

Commit Message

Vinicius Monego March 29, 2024, 9:29 p.m. UTC
* gnu/packages/libusb.scm (hidapi): Update to 0.14.0.

Change-Id: Iabd4ac082697c10ad4931e84562686d58e77d68f
---
 gnu/packages/libusb.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 9dae1488a4e48e59b141972e9e5567b88904f5ee

Comments

Efraim Flashner April 2, 2024, 6:16 p.m. UTC | #1
LGTM!
Vinicius Monego April 7, 2024, 8:15 p.m. UTC | #2
Em ter, 2024-04-02 às 21:16 +0300, Efraim Flashner escreveu:
> LGTM!
> 

I am delaying this patch to investigate python-hidapi. It seems to
follow the same version scheme of hidapi, but the update for this
python package is not as trivial. I'd rather push both together.

Vinicius
diff mbox series

Patch

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 57f30fca0d..051b911f69 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -693,7 +693,7 @@  (define-public gmtp
 (define-public hidapi
   (package
     (name "hidapi")
-    (version "0.10.1")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -702,7 +702,7 @@  (define-public hidapi
              (commit (string-append "hidapi-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nr4z4b10vpbh3ss525r7spz4i43zim2ba5qzfl15dgdxshxxivb"))))
+        (base32 "121laqsml0104d1h4hp115gp21qiqi0r9dgcaqdi9ismmq3b6yx7"))))
     (build-system gnu-build-system)
     (inputs
      (list libusb eudev))