python311Packages.google-cloud-language: 2.13.2 -> 2.13.3

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v2.13.3/packages/google-cloud-language/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 22:47:02 +01:00
parent 4ae9d44ede
commit 9c4ab2fb60

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.13.2";
version = "2.13.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gTrT3dypeJBxAJjnatSMN+pj6joUoPbX9CRsb7FcsqU=";
hash = "sha256-Vp01Jgr5Bt4luOKna2Nk4FgJuEU6/Ynac41KT8uQhG8=";
};
nativeBuildInputs = [