about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-02 18:22:38 -0800
committerJon <jonringer@users.noreply.github.com>2019-12-05 12:24:41 -0800
commit47a87462e3032d105fe361d9849ae21e0fcfbb12 (patch)
tree3dd44d7721c36ebc7800cd9cb5017227bb95be9a
parent80aab0ba4a97d4298e6a117108060d2def65c0a5 (diff)
downloadnixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar.gz
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar.bz2
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar.lz
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar.xz
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.tar.zst
nixlib-47a87462e3032d105fe361d9849ae21e0fcfbb12.zip
python3Packages.azure-mgmt-netapp: 0.6.0 -> 0.7.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-netapp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-netapp/default.nix b/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
index 79a3a19778d1..8e18986bfcbb 100644
--- a/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-netapp/default.nix
@@ -5,13 +5,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.6.0";
+  version = "0.7.0";
   pname = "azure-mgmt-netapp";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "10ymvyj386z9bjdm2g1b5a4vfnn87ig2zm6xn2xddvbpy0jxnyfv";
+    sha256 = "0cf4pknb5y2yz4jqwg7xm626zkfx8i8hqcr3dkvq21lrx7fz96r3";
     extension = "zip";
   };