python312Packages.speechbrain: 1.0.1 -> 1.0.2 (#352400)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-31 20:43:01 +01:00 committed by GitHub
commit 958029d0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "speechbrain";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "speechbrain";
repo = "speechbrain";
rev = "refs/tags/v${version}";
hash = "sha256-5ZMS1g74G4w83kNrXyt9IUsXe5uYS1qC+MwleQrjhTY=";
hash = "sha256-Un7RPxMq1sD7uD3jcw3Bjp+Oo8ld+XC5g2I89gF6jxs=";
};
dependencies = [