python3Packages.google-cloud-vpc-access: 1.13.2 -> 1.14.0 (#454046)

This commit is contained in:
Fabian Affolter
2025-10-21 17:32:45 +00:00
committed by GitHub
@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-vpc-access";
version = "1.13.2";
version = "1.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "google_cloud_vpc_access";
inherit version;
hash = "sha256-bfTho0kyaAQRWjAZJWFd/NFJ+EY7ZEtdOGcbb3MnJ6s=";
hash = "sha256-N1CpDs/TgSCjJOnNwOJCaS7MWur95uoztvl+R5DjYC0=";
};
build-system = [ setuptools ];