python312Packages.google-cloud-error-reporting: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-03-29 02:26:25 +00:00
parent 8b5339b507
commit a462bd1e8b
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.10.0";
version = "1.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OyfMbjxwtrYLrXrjCVS+DFjGdGGsMsfHBrGzg66crkU=";
hash = "sha256-+oeVT/ag00BEObbqzkC/EazEwnrWvRURnz3gnCBbn4k=";
};
nativeBuildInputs = [