Merge pull request #210800 from r-ryantm/auto-update/python310Packages.google-cloud-translate

python310Packages.google-cloud-translate: 3.9.0 -> 3.10.0
This commit is contained in:
Jörg Thalheim 2023-01-16 01:22:44 +01:00 committed by GitHub
commit bfc3195bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-translate";
version = "3.9.0";
version = "3.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XPfN+IN5gc5KQEXPeaYF5gIlHPxmDoe90RKFqNG6eF8=";
hash = "sha256-SdhAsksalGug0eW9rVlAGpEGIUjreKkFIj3v9x54G6I=";
};
propagatedBuildInputs = [