python310Packages.google-cloud-error-reporting: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm
2023-02-08 20:42:52 +00:00
committed by Florian Brandes
parent b04019a7ef
commit f61d96a202

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.8.1";
version = "1.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Xl+Jc05daQZPh4xggf/JYYlJ5Lx6LafqWhMcVdk/r6o=";
hash = "sha256-bwl1gWLux5LJMZIS/tJFMhHs1LcaDVCTgNrke6ASiBI=";
};
propagatedBuildInputs = [