python38Packages.google-cloud-trace: 1.3.2 -> 1.3.3

This commit is contained in:
R. RyanTM 2021-09-28 06:32:19 +00:00
parent 54e1db2152
commit 2c13841060

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 ];