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

python311Packages.google-cloud-language: 2.13.1 -> 2.13.2
This commit is contained in:
Nick Cao 2024-02-23 10:28:26 -05:00 committed by GitHub
commit 96206aa765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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