python311Packages.webrtc-noise-gain: 1.2.2 -> 1.2.3

https://github.com/rhasspy/webrtc-noise-gain/blob/v1.2.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2023-10-05 05:09:53 +02:00
parent e891c2423f
commit 41cfffed16
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "webrtc-noise-gain";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "webrtc-noise-gain";
rev = "v${version}";
hash = "sha256-yHuCa2To9/9kD+tLG239I1aepuhcPUV4a4O1TQtBPlE=";
hash = "sha256-DFEtuO49zXNixLwBjQ/WOiARDhMAXVH+5hfc3eSdPIo=";
};
nativeBuildInputs = [