python311Packages.google-cloud-language: 2.11.0 -> 2.11.1

Changelog: https://github.com/googleapis/python-language/blob/v2.11.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-20 23:01:01 +02:00
parent e8dd05c4c4
commit 67578c9193

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.11.0";
version = "2.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ldI19QPZBOiFQRfpKO82rJMMJIJfy4QAw/NoqQj9vhQ=";
hash = "sha256-XxhECfBAwMcwV8JhbmvS6G5FrrZGGA0ZwYnfSqPQLbo=";
};
propagatedBuildInputs = [