mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.google-cloud-language: 2.13.4 -> 2.14.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v2.14.0/packages/google-cloud-language/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
84cfefe2c6
1 changed files with 6 additions and 5 deletions
|
@ -13,19 +13,20 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-language";
|
||||
version = "2.13.4";
|
||||
version = "2.14.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-j8ZgMxoTxkDbdqSLrBP56AIBJjGvm63TViaep/Z3xZI=";
|
||||
pname = "google_cloud_language";
|
||||
inherit version;
|
||||
hash = "sha256-BeXnoiGavnq9TvUaMpzFy7ZMMd0CS9U3LZ+iv2GVF6k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue