Skip to content

Commit 4855fa9

Browse files
authored
python313Packages.pymicro-vad: 1.0.1 -> 1.0.2 (#383818)
2 parents 36b0bc0 + baf59e4 commit 4855fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pymicro-vad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "pymicro-vad";
16-
version = "1.0.1";
16+
version = "1.0.2";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "rhasspy";
2121
repo = "pymicro-vad";
2222
tag = version;
23-
hash = "sha256-wpsUy+f4eSGlq6L2FOtnA0qJgMh5ZdfiH31aaU61cVw=";
23+
hash = "sha256-yKy/oD6nl2qZW64+aAHZRAEFextCXT6RpMfPThB8DXE=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)