From fb9acf422034d4f4d88befb2820626f35a7f997e Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Tue, 3 Oct 2023 14:06:45 -0400 Subject: gnu: headsetcontrol: Update to 2.7.0. * gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0. --- gnu/packages/hardware.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/hardware.scm') diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 3d8fa833a2..e1514fb40b 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -655,7 +655,7 @@ hardware works with a fully free operating system or not.") (define-public headsetcontrol (package (name "headsetcontrol") - (version "2.6.1") + (version "2.7.0") (source (origin (method git-fetch) @@ -664,7 +664,7 @@ hardware works with a fully free operating system or not.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9")))) + (base32 "0l8bvdaj70s6qf8pds8bl367355j9lqb9mvc4lskz0n4ya8xs2dl")))) (build-system cmake-build-system) (inputs (list hidapi)) -- cgit v1.2.3