We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ef613 + 76923bc commit 76d002fCopy full SHA for 76d002f
pkgs/development/python-modules/azure-mgmt-network/default.nix
@@ -11,15 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "azure-mgmt-network";
14
- version = "28.0.0";
+ version = "28.1.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
18
19
src = fetchPypi {
20
pname = "azure_mgmt_network";
21
inherit version;
22
- hash = "sha256-QDVtNI70g4Mk8ZpBzYA0C0+N1KwvChiky9XMle8pdPM=";
+ hash = "sha256-jIS/+17HXG4CROWOzwfADV/EIdYWsMs2nG/lha8zz4c=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments