python3Packages.google-api-core: 2.1.0 -> 2.2.2

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:47 -08:00
parent c8784b389e
commit 48eb97f0b8
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "2.1.0";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XsJ7lCs00EVZy/NnRDC7g/w9dOfTK4u9McRGbnF0C4M=";
sha256 = "97349cc18c2bb2415f64f1353a80273a289a61294ce3eb2f7ce682d251bdd997";
};
propagatedBuildInputs = [