guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: hidapi: Update to 0.14.0.


From: guix-commits
Subject: 03/05: gnu: hidapi: Update to 0.14.0.
Date: Sun, 30 Jun 2024 06:38:19 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 06059d427716ae75b44b57920467f552cef438a2
Author: hapster <o.rojon@posteo.net>
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 <andreas@enge.fr>
---
 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 <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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]