Merge pull request #225619 from fabaff/google-cloud-language-bump

python310Packages.google-cloud-language: 2.9.0 -> 2.9.1
This commit is contained in:
Fabian Affolter 2023-04-11 09:14:13 +02:00 committed by GitHub
commit b494a140fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.9.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7rKNcG11cgvvwNEYiN9l8h8UR8u6DFfcI+S1QDi+t/c=";
hash = "sha256-sG2qgQsv1dIEI+2cICxJllmey4hbYRb8tzTcnhS3Yyg=";
};
propagatedBuildInputs = [