Merge pull request #219631 from r-ryantm/auto-update/python310Packages.google-cloud-speech

python310Packages.google-cloud-speech: 2.17.3 -> 2.18.0
This commit is contained in:
Fabian Affolter 2023-03-05 09:35:32 +01:00 committed by GitHub
commit 7794826e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.17.3";
version = "2.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RgGL9SXlmI4mcuL8phcPOCiGo2xhzRZbnpRw72U1KzI=";
hash = "sha256-MCFfkPtTc7TdN+WF4tcnHq+Kun5vQDhdSSsW97/cDzA=";
};
propagatedBuildInputs = [