Skip to content

Commit

Permalink
python312Packages.google-cloud-network-connectivity: 2.4.5 -> 2.5.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents c3c51c6 + b3a1502 commit 4f2914b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "google-cloud-network-connectivity";
version = "2.4.5";
version = "2.5.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit version;
pname = "google_cloud_network_connectivity";
hash = "sha256-g2N39pKk0HG8f9NkSh/iOmDQNapnTyMf85mPBM0LIe4=";
hash = "sha256-+qCSCQJCsmtRtyEu6m9TnOa40bZGKISw/7+yHUMSXD0=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 4f2914b

Please sign in to comment.