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

This commit is contained in:
Sandro 2021-09-28 11:09:32 +02:00 committed by GitHub
commit c8decb8f40
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.3.2";
version = "1.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-N2Y/DZXyxMSw+S/s58iJvrK/p2FM/B5O467Pctr+tdQ=";
sha256 = "6635ddbc90a4eeabaae3885dff13e9169b87c3ac934209ce6db46bfbf0925afb";
};
propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];