python38Packages.google-api-core: 2.0.0 -> 2.1.0

This commit is contained in:
Sandro Jäckel
2021-10-12 11:44:00 +02:00
parent 718042a1f4
commit 4e0e468d88

View File

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