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 cd695c1 + 1467561 commit 9e388baCopy full SHA for 9e388ba
pkgs/development/python-modules/azure-mgmt-netapp/default.nix
@@ -10,13 +10,13 @@
10
11
buildPythonPackage rec {
12
pname = "azure-mgmt-netapp";
13
- version = "14.0.0";
+ version = "14.0.1";
14
pyproject = true;
15
16
src = fetchPypi {
17
pname = "azure_mgmt_netapp";
18
inherit version;
19
- hash = "sha256-ykYLisZMhwPUnos5pJzgbxZsqF6R6IcQRAyMSF+96G4=";
+ hash = "sha256-P5ZE9oPOO8oLorpyPTdsc7/f4QMQxsl8PoA1Eag/5ng=";
20
};
21
22
build-system = [ setuptools ];
0 commit comments