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:
commit
83486ce6f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user