python3Packages.google-cloud-core: 2.1.0 -> 2.2.1

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

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "2.1.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-NaH18CqG4PouKMZp8NtKdtkoZxoo+7u0k6tZup0cuak=";
sha256 = "476d1f71ab78089e0638e0aaf34bfdc99bab4fce8f4170ba6321a5243d13c5c7";
};
propagatedBuildInputs = [ google-api-core ];