Merge pull request #333305 from fabaff/google-cloud-vpc-access-bump

python312Packages.google-cloud-vpc-access: 1.10.4 -> 1.10.5
This commit is contained in:
Fabian Affolter 2024-08-09 08:02:31 +02:00 committed by GitHub
commit 83486ce6f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,19 +15,20 @@
buildPythonPackage rec {
pname = "google-cloud-vpc-access";
version = "1.10.4";
version = "1.10.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-FmCNw0esH7WbH0v4YzHyvc0lyRhJp3ywJNe+gMePdTU=";
pname = "google_cloud_vpc_access";
inherit version;
hash = "sha256-ee0O0MDo3VEUuansbm0Io35g/8aRA2ShoZh+IfwQAww=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
google-auth
proto-plus