about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:11 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:14 +0100
commit7f80b2fda5637b0a95cef05564278bcdddfc12f6 (patch)
treef97974e47a0e4dd1bd5af992c44d8ecc8eca5411
parentf4c569c2dafc81425bd45c9d7c7d40e335b5fc80 (diff)
python: azure-mgmt-compute: 0.20.1 -> 4.4.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-compute/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-compute/default.nix b/pkgs/development/python-modules/azure-mgmt-compute/default.nix
index 462c9e615a139..69f4313a14932 100644
--- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.20.1";
+  version = "4.4.0";
   pname = "azure-mgmt-compute";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "97298fc7f133f1d50a974ed6299151eda494a574b0f7fdf8192a388015c2215a";
+    sha256 = "356219a354140ea26e6b4f4be4f855f1ffaf63af60de24cd2ca335b4ece9db00";
   };
 
   preConfigure = ''