python310Packages.google-cloud-error-reporting: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2022-02-18 11:14:14 +00:00
parent b715fcd9d9
commit f5d8124289

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.4.1";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "4a72a65586178daaacf6bbc4b718db0765b99a719fce88a95c2be4f82689b7c1";
sha256 = "sha256-qvhZU7T2fHA2uRyXJjRxqeEAFwShH+TpGwICczgX7Sk=";
};
postPatch = ''