python310Packages.speechbrain: 0.5.14 -> 0.5.15

This commit is contained in:
Gaetan Lepage 2023-08-09 13:46:43 +02:00
parent f24e692040
commit f1724c5dc1

View file

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