python3Packages.pyannote-audio: 4.0.1 -> 4.0.3

https://github.com/pyannote/pyannote-audio/blob/4.0.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:54 +01:00
parent b876544db4
commit 8aa6747306
@@ -44,7 +44,7 @@
buildPythonPackage rec {
pname = "pyannote-audio";
version = "4.0.1";
version = "4.0.3";
pyproject = true;
src = fetchFromGitHub {
@@ -52,7 +52,7 @@ buildPythonPackage rec {
repo = "pyannote-audio";
tag = version;
fetchSubmodules = true;
hash = "sha256-hYrwpph+Powt+AuQjKo0kkBW+5jJGfzGTILzL9j22YI=";
hash = "sha256-tgXYcqkmMaEgFU55TQ5ESMNrZiBQkiVLmIoR1bhCOKI=";
};
build-system = [