Skip to content

Commit f7150df

Browse files
committed
python312Packages.google-cloud-network-connectivity: 2.7.1 -> 2.7.2
1 parent 750fef2 commit f7150df

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-network-connectivity

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-network-connectivity/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildPythonPackage rec {
1717
pname = "google-cloud-network-connectivity";
18-
version = "2.7.1";
18+
version = "2.7.2";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
inherit version;
2525
pname = "google_cloud_network_connectivity";
26-
hash = "sha256-caOyIo4FKGQgpa0x7lKzrsaL5nrqqg8Q1iGITY3foME=";
26+
hash = "sha256-7whrWtASCSsmPP6/gj9Jc5dvn56H2QPyEseELxbn0tg=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)