gnu: headsetcontrol: Update to 2.7.0.

* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
This commit is contained in:
John Kehayias 2023-10-03 14:06:45 -04:00
parent 449e09c909
commit fb9acf4220
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -655,7 +655,7 @@ (define-public h-client
(define-public headsetcontrol
(package
(name "headsetcontrol")
(version "2.6.1")
(version "2.7.0")
(source
(origin
(method git-fetch)
@ -664,7 +664,7 @@ (define-public headsetcontrol
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
(base32 "0l8bvdaj70s6qf8pds8bl367355j9lqb9mvc4lskz0n4ya8xs2dl"))))
(build-system cmake-build-system)
(inputs
(list hidapi))