File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/development/python-modules/azure-mgmt-network Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 isodate ,
88 pythonOlder ,
99 setuptools ,
10+ typing-extensions ,
1011} :
1112
1213buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments