python311Packages.azure-mgmt-network: 22.2.0 -> 23.0.1

This commit is contained in:
R. Ryantm 2023-05-16 13:53:24 +00:00
parent 2705a94af2
commit 8f33b63c2d

View File

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
version = "22.2.0";
version = "23.0.1";
pname = "azure-mgmt-network";
format = "setuptools";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-491E1Q59dYFkH5QniR+S5eoiiL/ACwLe+fgYob8/jG4=";
hash = "sha256-VRkaaCNvuzOS/vR9iCum+WaIqBG9Y+3sRquNY2OniTA=";
};
propagatedBuildInputs = [