andreas pushed a commit to branch master
in repository guix.
commit 06059d427716ae75b44b57920467f552cef438a2
Author: hapster <[email protected]>
AuthorDate: Sun May 26 08:42:12 2024 +0200
gnu: hidapi: Update to 0.14.0.
* gnu/packages/libusb (hidapi): Update to 0.14.0.
Change-Id: I6bb2be79dcda17029eddd643fc91e54d5a5de630
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/libusb.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 948d5dbccc..d5157a6eeb 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2022 Jacob Hrbek <[email protected]>
;;; Copyright © 2023 Sharlatan Hellseher <[email protected]>
;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]>
+;;; Copyright © 2024 hapster <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -681,7 +682,7 @@ devices.")
(define-public hidapi
(package
(name "hidapi")
- (version "0.10.1")
+ (version "0.14.0")
(source
(origin
(method git-fetch)
@@ -690,7 +691,7 @@ devices.")
(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))