wyoming-satellite: 1.2.0 -> 1.3.0

https://github.com/rhasspy/wyoming-satellite/blob/refs/tags/v1.3.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-23 13:50:52 +01:00
parent b1c8775137
commit 2bf91d4224
@@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "wyoming-satellite";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-satellite";
tag = "v${version}";
hash = "sha256-KIWhWE9Qaxs72fJ1LRTkvk6QtpBJOFlmZv2od69O15g=";
hash = "sha256-9UgfD0Hs/IgOszd/QBbe6DYY6kBWh7q/e57gghQ1/Bk=";
};
build-system = with python.pkgs; [