gnu: headsetcontrol: Update to 2.7.0.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
This commit is contained in:
parent
449e09c909
commit
fb9acf4220
1 changed files with 2 additions and 2 deletions
|
@ -655,7 +655,7 @@ hardware works with a fully free operating system or not.")
|
||||||
(define-public headsetcontrol
|
(define-public headsetcontrol
|
||||||
(package
|
(package
|
||||||
(name "headsetcontrol")
|
(name "headsetcontrol")
|
||||||
(version "2.6.1")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -664,7 +664,7 @@ hardware works with a fully free operating system or not.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
|
(base32 "0l8bvdaj70s6qf8pds8bl367355j9lqb9mvc4lskz0n4ya8xs2dl"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list hidapi))
|
(list hidapi))
|
||||||
|
|
Reference in a new issue