Skip to content

Commit 9e388ba

Browse files
authored
python3Packages.azure-mgmt-netapp: 14.0.0 -> 14.0.1 (#464113)
2 parents cd695c1 + 1467561 commit 9e388ba

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/azure-mgmt-netapp

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildPythonPackage rec {
1212
pname = "azure-mgmt-netapp";
13-
version = "14.0.0";
13+
version = "14.0.1";
1414
pyproject = true;
1515

1616
src = fetchPypi {
1717
pname = "azure_mgmt_netapp";
1818
inherit version;
19-
hash = "sha256-ykYLisZMhwPUnos5pJzgbxZsqF6R6IcQRAyMSF+96G4=";
19+
hash = "sha256-P5ZE9oPOO8oLorpyPTdsc7/f4QMQxsl8PoA1Eag/5ng=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)