me
/
guix
Archived
1
0
Fork 0

gnu: hidapi: Update to 0.14.0.

* gnu/packages/libusb (hidapi): Update to 0.14.0.

Change-Id: I6bb2be79dcda17029eddd643fc91e54d5a5de630
Signed-off-by: Andreas Enge <andreas@enge.fr>
master
hapster 2024-05-26 08:42:12 +02:00 committed by Andreas Enge
parent d3347580ef
commit 06059d4277
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
;;; Copyright © 2022 Jacob Hrbek <kreyren@rixotstudio.cz>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Foundation Devices, Inc. <hello@foundationdevices.com>
;;; Copyright © 2024 hapster <o.rojon@posteo.net>
;;;
;;; 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))