python312Packages.google-cloud-vpc-access: 1.11.1 -> 1.12.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-vpc-access-v1.12.0/packages/google-cloud-vpc-access/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-12-13 13:24:20 +01:00
parent 4e85178c7e
commit f4744205d7
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-vpc-access";
version = "1.11.1";
version = "1.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_vpc_access";
inherit version;
hash = "sha256-V7sTx337AT3e6rCmC2gdLpGgEWh5RxdoFMWL47LSq5E=";
hash = "sha256-SmtqD6b5VnHMrL8kmWeFZZTt/WMRzMEc4VxX9FYmUiE=";
};
build-system = [ setuptools ];