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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user