Merge pull request #291706 from GaetanLepage/speechbrain

python311Packages.speechbrain: 0.5.16 -> 1.0.0
This commit is contained in:
Samuel Ainsworth 2024-02-26 21:09:40 -05:00 committed by GitHub
commit 31b7668a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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