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

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:18 +02:00
parent 8d4db58796
commit 3910f3e1e9

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "1.6.0";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "c6abb18527545379fc82efc4de75ce9a3772ccad2fc645adace593ba097cbb02";
sha256 = "2ab0cf260c11d0cc334573301970419abb6a1f3909c6cd136e4be996616372fe";
};
propagatedBuildInputs = [ google-api-core ];