diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-10-03 14:06:45 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-10-03 14:06:45 -0400 |
commit | fb9acf422034d4f4d88befb2820626f35a7f997e (patch) | |
tree | d39a277f38fa440748c975bd789f215fed5e3c8d | |
parent | 449e09c90991fd03343b769423f1ed417673cbd2 (diff) | |
download | guix-fb9acf422034d4f4d88befb2820626f35a7f997e.tar.gz guix-fb9acf422034d4f4d88befb2820626f35a7f997e.zip |
gnu: headsetcontrol: Update to 2.7.0.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
-rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |