guix-commits
[Top][All Lists]
Advanced

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

28/33: gnu: headsetcontrol: Update to 2.6.1.


From: guix-commits
Subject: 28/33: gnu: headsetcontrol: Update to 2.6.1.
Date: Fri, 21 Oct 2022 13:20:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4a09cbbbd36bded11540a4fbaf84f636ba4105d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: headsetcontrol: Update to 2.6.1.
    
    * gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.
---
 gnu/packages/hardware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 41519440fd..66df816676 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -649,7 +649,7 @@ hardware works with a fully free operating system or not.")
 (define-public headsetcontrol
   (package
     (name "headsetcontrol")
-    (version "2.6")
+    (version "2.6.1")
     (source
      (origin
        (method git-fetch)
@@ -658,7 +658,7 @@ hardware works with a fully free operating system or not.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a7zimzi71416pmn6z0l1dn1c2x8p702hkd0k6da9rsznff85a88"))))
+        (base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
     (build-system cmake-build-system)
     (inputs
      (list hidapi))



reply via email to

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