1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 23:02:22 +00:00

Merge pull request #141453 from r-ryantm/auto-update/python3.8-google-cloud-language

This commit is contained in:
Sandro 2021-10-13 11:55:33 +02:00 committed by GitHub
commit bb4622f927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.2.2";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-X8lh+90HyyktxgJiRaiJF9ExKHmgiVcQiYDotg3AqaQ=";
sha256 = "feb7e04fc1e70ca6faf1b0b517ff1be644125283c54b24dd698f985afde6a2bf";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];