about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-04 11:34:54 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:28 +0100
commit2e2916b6472cad57392ccc8331ed9a9e16d46c48 (patch)
tree16ec84b83003d1284ccabe32569952e9ec79ed47 /pkgs/development
parent9de8d9bda6736011359a7d1db4563b87a35bbd40 (diff)
downloadnixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar.gz
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar.bz2
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar.lz
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar.xz
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.tar.zst
nixlib-2e2916b6472cad57392ccc8331ed9a9e16d46c48.zip
python: azure-mgmt-compute: 0.20.0 -> 4.3.1
Diffstat (limited to 'pkgs/development')
-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 4ea60f2f29a5..e460b0ac6258 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.0";
+  version = "4.3.1";
   pname = "azure-mgmt-compute";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "12hr5vxdg2sk2fzr608a37f4i8nbchca7dgdmly2w5fc7x88jx2v";
+    sha256 = "5b0c2390af3e29d910e3d6e7a72b0be59d6e15933740dd193129217c000e4fed";
   };
 
   preConfigure = ''