[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: footswitch: Update to 1.0-0.e455d67.
From: |
guix-commits |
Subject: |
08/12: gnu: footswitch: Update to 1.0-0.e455d67. |
Date: |
Sat, 11 Feb 2023 15:35:06 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 940033b685d9e328e254d249bd175ba268829330
Author: Martin Marshall <law@martinmarshall.com>
AuthorDate: Mon Feb 6 22:27:34 2023 -0500
gnu: footswitch: Update to 1.0-0.e455d67.
This update adds 3 newly supported devices and an additional command to the
package.
* gnu/packages/accessibility.scm (footswitch): Update to commit
e455d6752221.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/accessibility.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index 63f06f7460..fb9387e324 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -245,11 +245,11 @@ available to help to click.")
(license license:gpl2+)))
(define-public footswitch
- (let ((commit "ca43d53fc2002520cc825d119702afc124303e73")
- (revision "2"))
+ (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490")
+ (revision "0"))
(package
(name "footswitch")
- (version (git-version "0.1" revision commit))
+ (version (git-version "1.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -258,7 +258,7 @@ available to help to click.")
(file-name (git-file-name name version))
(sha256
(base32
- "14pyzc4ws1mj859xs9n4x83wzxxvd3bh5bdxzr6nv267xwx1mq68"))))
+ "0xkk60sg3szpgbl3z8djlpagglsldv9viqibsih6wcnbhikzlc6j"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
@@ -278,11 +278,13 @@ available to help to click.")
(install-file "scythe" bin)
#t))))))
(home-page "https://github.com/rgerganov/footswitch")
- (synopsis "Command line utility for PCsensor foot switch")
+ (synopsis "Command line utilities for PCsensor and Scythe foot switches")
(description
- "Command line utility for programming foot switches sold by PCsensor.
-It works for both single pedal devices and three pedal devices. All supported
-devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
+ "This package provides command line utilities for programming PCsensor
+and Scythe foot switches. It works for both single pedal and three pedal
+devices. The \"footswitch\" command programs devices with vendorId:productId
+combinations matching 0c45:7403, 0c45:7404, 413d:2107, and 1a86:e026. The
+\"scythe\" command programs switches matching 0426:3011.")
(license license:expat))))
(define-public xmagnify
- branch master updated (55839e3537 -> 5345cf2fbf), guix-commits, 2023/02/11
- 05/12: gnu: yosys: Update to 0.26., guix-commits, 2023/02/11
- 01/12: download: Add bordeaux.guix.gnu.org as a content addressed mirror., guix-commits, 2023/02/11
- 07/12: gnu: libavif: Add pixbuf-loader output., guix-commits, 2023/02/11
- 03/12: gnu: nar-herder: Update to 0-16.f62a2b3., guix-commits, 2023/02/11
- 12/12: gnu: ruby-3.2: Update to 3.2.1, guix-commits, 2023/02/11
- 11/12: gnu: libtorrent-rasterbar: Update to 1.2.18., guix-commits, 2023/02/11
- 02/12: gnu: guix-data-service: Update to 0.0.1-38.6be113f., guix-commits, 2023/02/11
- 04/12: gnu: yosys: Do not propagate any inputs., guix-commits, 2023/02/11
- 06/12: gnu: libavif: Update to 0.11.1., guix-commits, 2023/02/11
- 08/12: gnu: footswitch: Update to 1.0-0.e455d67.,
guix-commits <=
- 10/12: gnu: iwd: Update to 2.3., guix-commits, 2023/02/11
- 09/12: gnu: ell: Update to 0.56., guix-commits, 2023/02/11