python3Packages.google-cloud-core: 1.7.0 -> 1.7.2

This commit is contained in:
Fabian Affolter 2021-08-09 23:38:21 +02:00 committed by Sandro Jäckel
parent 251b1c7478
commit f2147a5cd3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "1.7.0";
version = "1.7.2";
src = fetchPypi {
inherit pname version;
sha256 = "2ab0cf260c11d0cc334573301970419abb6a1f3909c6cd136e4be996616372fe";
sha256 = "sha256-sQMKrcuyrrTuUUdUJjUa+DwQckVrkY+4/bgGZsS7Y7U=";
};
propagatedBuildInputs = [ google-api-core ];