mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
wyoming-piper: 1.5.2 -> 1.5.3
This commit is contained in:
parent
3f96c18c79
commit
dab93e55b7
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "wyoming-piper";
|
||||
version = "1.5.2";
|
||||
version = "1.5.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhasspy";
|
||||
repo = "wyoming-piper";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-HxLs2NH5muYzVfOtfLlV09BQ3waIfZKBCTiK/Tha6r4=";
|
||||
hash = "sha256-yPGiOF9RXhW7zjvFMi1UCXLyrWiqhJTvvIAtkYb9kBg=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
|
@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec {
|
|||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/rhasspy/wyoming-piper/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/rhasspy/wyoming-piper/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Wyoming Server for Piper";
|
||||
mainProgram = "wyoming-piper";
|
||||
homepage = "https://github.com/rhasspy/wyoming-piper";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue