python310Packages.google-cloud-error-reporting: 1.9.0 -> 1.9.1

Changelog: https://github.com/googleapis/python-error-reporting/blob/v1.9.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-22 16:34:20 +02:00
parent f9391cf538
commit eda27c3e8b

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.9.0";
version = "1.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5URk8yZy5ld17p7UXf5y+kciM2bH8NmgEvJ1SqwYJ9o=";
hash = "sha256-3N7LtFKvTdV0zBGIyUgi6tCVZX7+rbJD5Lb+xZafJNw=";
};
propagatedBuildInputs = [