Skip to content

Commit

Permalink
python312Packages.google-cloud-network-connectivity: 2.5.1 -> 2.6.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Dec 15, 2024
2 parents 03a7738 + dd22676 commit 1f46ad6
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.5.1";
version = "2.6.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit version;
pname = "google_cloud_network_connectivity";
hash = "sha256-n/E8kTwQrs/sdP9I374ieVc1CDt72a3rg+60Kf6TEqk=";
hash = "sha256-tEO50cklPrVOT6gUZ1uvTzyLx4XrysnPvDbD2Wgj7ZI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 1f46ad6

Please sign in to comment.