Merge pull request #181993 from r-ryantm/auto-update/python310Packages.google-cloud-trace

python310Packages.google-cloud-trace: 1.6.2 -> 1.7.0
This commit is contained in:
Fabian Affolter 2022-07-19 12:31:27 +02:00 committed by GitHub
commit 14b6181cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-trace";
version = "1.6.2";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nxyd8zE8PEQupVutLWhLD4I1jNhhJ0ARpTi52f21iBE=";
sha256 = "sha256-4EC6jLcFNF8G0dXvc+cZB6Ok3zeltc6Xon8EGRTkyCs=";
};
propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];