Merge pull request #163503 from r-ryantm/auto-update/python3.10-google-cloud-error-reporting

This commit is contained in:
Sandro 2022-03-09 22:40:34 +01:00 committed by GitHub
commit 139c056082
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.5.0";
version = "1.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qvhZU7T2fHA2uRyXJjRxqeEAFwShH+TpGwICczgX7Sk=";
sha256 = "sha256-7gFpvFxtYneABxW2mOwW1V2E7kobmj0yzV0pxaRhs8c=";
};
postPatch = ''