We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a57104 + 2bf91d4 commit 8735893Copy full SHA for 8735893
pkgs/by-name/wy/wyoming-satellite/package.nix
@@ -21,14 +21,14 @@ let
21
in
22
python.pkgs.buildPythonApplication rec {
23
pname = "wyoming-satellite";
24
- version = "1.2.0";
+ version = "1.3.0";
25
pyproject = true;
26
27
src = fetchFromGitHub {
28
owner = "rhasspy";
29
repo = "wyoming-satellite";
30
tag = "v${version}";
31
- hash = "sha256-KIWhWE9Qaxs72fJ1LRTkvk6QtpBJOFlmZv2od69O15g=";
+ hash = "sha256-9UgfD0Hs/IgOszd/QBbe6DYY6kBWh7q/e57gghQ1/Bk=";
32
};
33
34
build-system = with python.pkgs; [
0 commit comments