python3Packages.speechbrain: fix version in pyproject.toml

This commit is contained in:
Martin Weinelt
2026-07-11 14:32:46 +02:00
parent a187cae4ae
commit ef2d4cd63a

View File

@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pyprojectVersionPatchHook,
# build-system
setuptools,
@@ -33,6 +34,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-98g9HSCD6ahsmCSKSKIY1okYOuzUqVuJO9N9WUiZMPk=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ setuptools ];
dependencies = [