GNU bug report logs - #70083
[PATCH] gnu: hidapi: Update to 0.14.0.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Fri, 29 Mar 2024 21:31:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#70083: closed (Close)
Date: Mon, 07 Jul 2025 15:47:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 70083 <at> debbugs.gnu.org.

-- 
70083: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70083
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 70083-done <at> debbugs.gnu.org
Subject: Close
Date: Mon, 7 Jul 2025 17:46:46 +0200
Version is on master.

Andreas


[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: hidapi: Update to 0.14.0.
Date: Fri, 29 Mar 2024 21:29:38 +0000
* 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(-)

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))

base-commit: 9dae1488a4e48e59b141972e9e5567b88904f5ee
-- 
2.39.2




This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.