* [bug#70083] [PATCH] gnu: hidapi: Update to 0.14.0.
@ 2024-03-29 21:29 Vinicius Monego
2024-04-02 18:16 ` Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Vinicius Monego @ 2024-03-29 21:29 UTC (permalink / raw)
To: 70083; +Cc: Vinicius Monego
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-07 20:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 21:29 [bug#70083] [PATCH] gnu: hidapi: Update to 0.14.0 Vinicius Monego
2024-04-02 18:16 ` Efraim Flashner
2024-04-07 20:15 ` Vinicius Monego
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.