summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-10-03 14:06:45 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-10-03 14:06:45 -0400
commitfb9acf422034d4f4d88befb2820626f35a7f997e (patch)
treed39a277f38fa440748c975bd789f215fed5e3c8d /gnu/packages/hardware.scm
parent449e09c90991fd03343b769423f1ed417673cbd2 (diff)
downloadguix-patches-fb9acf422034d4f4d88befb2820626f35a7f997e.tar
guix-patches-fb9acf422034d4f4d88befb2820626f35a7f997e.tar.gz
gnu: headsetcontrol: Update to 2.7.0.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r--gnu/packages/hardware.scm4
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))