python311Packages.speechbrain: 0.5.15 -> 0.5.16

Diff: https://github.com/speechbrain/speechbrain/compare/refs/tags/v0.5.15...v0.5.16

Changelog: https://github.com/speechbrain/speechbrain/releases/tag/v0.5.16
(cherry picked from commit 3f269a93b1)
This commit is contained in:
Gaetan Lepage
2023-11-22 07:56:53 +01:00
committed by github-actions[bot]
parent 431c3d8bc4
commit d403f921ed

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "speechbrain";
version = "0.5.15";
version = "0.5.16";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "speechbrain";
repo = "speechbrain";
rev = "refs/tags/v${version}";
hash = "sha256-d0+3bry69ML65JR8XDppG8RO200ZTTHyd7PrTP7SJkk=";
hash = "sha256-Mve6wr3klXMe7sCiJjPuzUPKGHRyI/LzTe6Ea39zNHw=";
};
propagatedBuildInputs = [