Gaetan Lepage
2025-04-07 20:05:18 +02:00
parent b8e9b34dbb
commit 00fde3a597
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "speechbrain";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "speechbrain";
repo = "speechbrain";
tag = "v${version}";
hash = "sha256-Un7RPxMq1sD7uD3jcw3Bjp+Oo8ld+XC5g2I89gF6jxs=";
hash = "sha256-H45kTOIO6frbrRu+TP+udn1z60ZEcrShNB9iTCLInQs=";
};
dependencies = [