Merge pull request #145995 from r-ryantm/auto-update/python38Packages.google-cloud-error-reporting

This commit is contained in:
Sandro 2021-11-14 21:49:05 +01:00 committed by GitHub
commit 53d924bf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''