[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: headsetcontrol: Update to 2.7.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: headsetcontrol: Update to 2.7.0. |
Date: |
Tue, 03 Oct 2023 14:07:10 -0400 |
This is an automated email from the git hooks/post-receive script.
podiki pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fb9acf4220 gnu: headsetcontrol: Update to 2.7.0.
fb9acf4220 is described below
commit fb9acf422034d4f4d88befb2820626f35a7f997e
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Tue Oct 3 14:06:45 2023 -0400
gnu: headsetcontrol: Update to 2.7.0.
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 3d8fa833a2..e1514fb40b 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -655,7 +655,7 @@ hardware works with a fully free operating system or not.")
(define-public headsetcontrol
(package
(name "headsetcontrol")
- (version "2.6.1")
+ (version "2.7.0")
(source
(origin
(method git-fetch)
@@ -664,7 +664,7 @@ hardware works with a fully free operating system or not.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1pkgi87wjyris53frw3qmjdqvkzyyl55ikjgn8cidnbr6i3rqls9"))))
+ (base32 "0l8bvdaj70s6qf8pds8bl367355j9lqb9mvc4lskz0n4ya8xs2dl"))))
(build-system cmake-build-system)
(inputs
(list hidapi))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: headsetcontrol: Update to 2.7.0.,
guix-commits <=