[PATCH] gnu: hidapi: Update to 0.14.0.

  • Open
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vinicius Monego
Owner
unassigned
Submitted by
Vinicius Monego
Severity
normal
V
V
Vinicius Monego wrote on 29 Mar 22:29 +0100
(address . guix-patches@gnu.org)(name . Vinicius Monego)(address . monego@posteo.net)
6d718d586b1a5c9a51d36d8267641aa66cbac74b.1711747740.git.monego@posteo.net
* 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(-)

Toggle diff (26 lines)
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
E
E
Efraim Flashner wrote on 2 Apr 20:16 +0200
(name . Vinicius Monego)(address . monego@posteo.net)(address . 70083@debbugs.gnu.org)
ZgxLm_ki16hoIXMD@3900XT
LGTM!

--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmYMS5sACgkQQarn3Mo9
g1FIHxAAq7sto6Ydxi2lBXbws4Y7jFWzbHjV/0x0u4dSece7xGFg8wQCaG7PVDHM
/R2dlvgNz2JEbpsTmfnTWDQiNXaN24mE5QKZ8+LApCXXGRwoP9gtPnAQjEWYY98U
dPqkuu+ZSaq1OKJJ3Vh6QA4A8LMmEpdwE22qRtrDgJn4RkzzFJ47My0kYZOgrzWW
pgb70drLMaR+MP9t1R7yxrZG2QDg/4XzY/45tK06x/FRMOqsg+H+v8wX75aHFRsD
45DPvxL0tLL5O8AHAQIBqKf/WcrOHTpRfnyvztYNYR9bZe++PAZJSI8I/CRnVICl
0fPAVNjMfDKyhPlVn2e+bKLIwwWwcbmqsaSq5VX57r4Fa2MaqWcHgMU0cEtqlMe/
g+n89RVpgkpD+FgQ3mmBOrVxKxY5fTBYe2yVPJGwGWhYl0VQhkKHbo5SzZ0a2P32
ZX5Q6LFD6KPdeGYNtFdQaPhE/7zJfdNeeIsxuyVV0OnteHlaA6jPvYsR5wz1z/hA
5VUZwr9UIQp81kbw0uzaUvmSkmjRtx73ZaOdzwX/zZGQ/vh4CnpJI2RlAkIaFZxf
0x7CxshHK7tQJSrXr6a6caqwmm4zrVwURu0fEFjtzkgItMbs0RP6NZ6oCwPdSL7K
yUdcaClzMg6qiAcIS5+2R2eNN3wtsooGgcaRRhtTk+i4dWry4zo=
=bPmJ
-----END PGP SIGNATURE-----


V
V
Vinicius Monego wrote on 7 Apr 22:15 +0200
(name . Efraim Flashner)(address . efraim@flashner.co.il)(address . 70083@debbugs.gnu.org)
eff98103653ff955d9df8f426007558f4f10b8d1.camel@posteo.net
Em ter, 2024-04-02 às 21:16 +0300, Efraim Flashner escreveu:
Toggle quote (3 lines)
> 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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 70083@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70083
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch