Merge pull request #269126 from GaetanLepage/speechbrain

python311Packages.speechbrain: 0.5.15 -> 0.5.16
This commit is contained in:
OTABI Tomoya 2023-11-22 18:43:47 +09:00 committed by GitHub
commit ef4e16fbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [