mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: headsetcontrol: Update to 2.6.1.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.
This commit is contained in:
parent
45eda17644
commit
4a09cbbbd3
1 changed files with 2 additions and 2 deletions
|
@ -649,7 +649,7 @@ (define-public h-client
|
||||||
(define-public headsetcontrol
|
(define-public headsetcontrol
|
||||||
(package
|
(package
|
||||||
(name "headsetcontrol")
|
(name "headsetcontrol")
|
||||||
(version "2.6")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -658,7 +658,7 @@ (define-public headsetcontrol
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a7zimzi71416pmn6z0l1dn1c2x8p702hkd0k6da9rsznff85a88"))))
|
(base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list hidapi))
|
(list hidapi))
|
||||||
|
|
Loading…
Reference in a new issue