Skip to content

Commit 0adfa55

Browse files
authored
python3Packages.azure-mgmt-network: 28.1.0 -> 29.0.0 (#411613)
2 parents acb82e1 + 6d4b860 commit 0adfa55

File tree

1 file changed

+5
-3
lines changed
  • pkgs/development/python-modules/azure-mgmt-network

1 file changed

+5
-3
lines changed

pkgs/development/python-modules/azure-mgmt-network/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
77
isodate,
88
pythonOlder,
99
setuptools,
10+
typing-extensions,
1011
}:
1112

1213
buildPythonPackage rec {
1314
pname = "azure-mgmt-network";
14-
version = "28.1.0";
15+
version = "29.0.0";
1516
pyproject = true;
1617

17-
disabled = pythonOlder "3.8";
18+
disabled = pythonOlder "3.9";
1819

1920
src = fetchPypi {
2021
pname = "azure_mgmt_network";
2122
inherit version;
22-
hash = "sha256-jIS/+17HXG4CROWOzwfADV/EIdYWsMs2nG/lha8zz4c=";
23+
hash = "sha256-V3+8dqGV90S5e6xCdeESeffz5jxlnZh3PztKmm4JQ7k=";
2324
};
2425

2526
build-system = [ setuptools ];
@@ -28,6 +29,7 @@ buildPythonPackage rec {
2829
azure-common
2930
azure-mgmt-core
3031
isodate
32+
typing-extensions
3133
];
3234

3335
# Module has no tests

0 commit comments

Comments
 (0)