guix_mirror_bot pushed a commit to branch master
in repository guix.
commit de3ab26b29dbd9ab7038699a5163b1bdc7bdd19c
Author: Trevor Arjeski <[email protected]>
AuthorDate: Sat Sep 27 18:52:53 2025 +0300
gnu: headsetcontrol: Update to 3.1.0.
* gnu/packages/hardware.scm (headsetcontrol): Update to 3.1.0.
Closes: guix/guix#3044
Change-Id: If4a8380afff5eb08674055185d92862a67912871
Signed-off-by: Steve George <[email protected]>
---
gnu/packages/hardware.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 9983070915..ebb10d052a 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -828,7 +828,7 @@ hardware works with a fully free operating system or not.")
(define-public headsetcontrol
(package
(name "headsetcontrol")
- (version "2.7.0")
+ (version "3.1.0")
(source
(origin
(method git-fetch)
@@ -837,8 +837,11 @@ hardware works with a fully free operating system or not.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0l8bvdaj70s6qf8pds8bl367355j9lqb9mvc4lskz0n4ya8xs2dl"))))
+ (base32 "1i251r2kpac2qac8a3c6iqbzkhlh6mzi4hl62mjknc8cbmhjmdgl"))))
(build-system cmake-build-system)
+ (arguments
+ (list
+ #:generator "Ninja"))
(inputs
(list hidapi))
(home-page "https://github.com/Sapd/HeadsetControl")