Merge pull request #156415 from SuperSandro2000/python39Packages.google-cloud-core

This commit is contained in:
Sandro 2022-01-24 16:10:14 +01:00 committed by GitHub
commit 502793e601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "2.2.1";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "476d1f71ab78089e0638e0aaf34bfdc99bab4fce8f4170ba6321a5243d13c5c7";
sha256 = "sha256-fRm/iGi0ENC99aA0aKPz8tsjPA7oagI/TswreksV9zY=";
};
propagatedBuildInputs = [ google-api-core ];