python38Packages.google-cloud-error-reporting: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2021-11-14 18:49:59 +00:00
parent 53a68253d7
commit 80dacd9ffa

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.4.0";
version = "1.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gLp+KmXN0/W5LUvTy0nop6jQThva9UK87kkaRGTI0WY=";
sha256 = "4a72a65586178daaacf6bbc4b718db0765b99a719fce88a95c2be4f82689b7c1";
};
postPatch = ''