Skip to content

Commit 00fde3a

Browse files
committed
1 parent b8e9b34 commit 00fde3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/speechbrain/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "speechbrain";
21-
version = "1.0.2";
21+
version = "1.0.3";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "speechbrain";
2626
repo = "speechbrain";
2727
tag = "v${version}";
28-
hash = "sha256-Un7RPxMq1sD7uD3jcw3Bjp+Oo8ld+XC5g2I89gF6jxs=";
28+
hash = "sha256-H45kTOIO6frbrRu+TP+udn1z60ZEcrShNB9iTCLInQs=";
2929
};
3030

3131
dependencies = [

0 commit comments

Comments
 (0)