python311Packages.google-cloud-core: 2.3.2 -> 2.3.3

Changelog: https://github.com/googleapis/python-cloud-core/blob/v2.3.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-07-06 12:40:16 +02:00
parent 6f366e44d2
commit cfd4b7b35b

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-core";
version = "2.3.2";
version = "2.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uVKe5wR/2NS/SiGC3mGRVCQN8X++YOrTmQeMGuFSr5o=";
hash = "sha256-N7gCc8jX7uGugWs6IK5DWF6lBQbLDmDzz1vl+H8Tc8s=";
};
propagatedBuildInputs = [