3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.google-cloud-speech: 2.17.0 -> 2.17.1
This commit is contained in:
Fabian Affolter 2023-01-26 08:34:41 +01:00 committed by GitHub
commit 530da89253
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.0";
version = "2.17.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Lb2oV2r7CE1qc5iaxzGpIm3xZKpsORx1Nofkjno6xNs=";
hash = "sha256-gWcYMY9Ztm5d9CkQXPtAZaDgrKwU90EZBdznuWWDp9o=";
};
propagatedBuildInputs = [