Merge pull request #227624 from fabaff/google-cloud-error-reporting-bump

python310Packages.google-cloud-error-reporting: 1.9.0 -> 1.9.1
This commit is contained in:
Fabian Affolter 2023-04-22 22:44:40 +02:00 committed by GitHub
commit 043ee4bc81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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