me
/
guix
Archived
1
0
Fork 0

gnu: headsetcontrol: Update to 2.6.1.

* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 45eda17644
commit 4a09cbbbd3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -649,7 +649,7 @@ hardware works with a fully free operating system or not.")
(define-public headsetcontrol
(package
(name "headsetcontrol")
(version "2.6")
(version "2.6.1")
(source
(origin
(method git-fetch)
@ -658,7 +658,7 @@ hardware works with a fully free operating system or not.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0a7zimzi71416pmn6z0l1dn1c2x8p702hkd0k6da9rsznff85a88"))))
(base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
(build-system cmake-build-system)
(inputs
(list hidapi))