diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:29 +0200 |
commit | 4a09cbbbd36bded11540a4fbaf84f636ba4105d6 (patch) | |
tree | 6e297675911ad8b50f687f1fc48fe11b4099a1f2 /gnu/packages/hardware.scm | |
parent | 45eda176446c30f44dad5f3652f6f8a5a195af1f (diff) |
gnu: headsetcontrol: Update to 2.6.1.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 41519440fd..66df816676 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -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)) |