Loading pkgs/development/python-modules/speechbrain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/speechbrain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading