about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-compute
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-15 17:10:26 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-15 15:32:14 -0700
commit49ab3f87fec238b0d03d33f914451c67b539f90b (patch)
tree4f66c5622c32aefedf45640545bedd3dcacf2cbb /pkgs/development/python-modules/azure-mgmt-compute
parentf942e137bb791b63f29884de6d202f412cf28b24 (diff)
downloadnixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar.gz
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar.bz2
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar.lz
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar.xz
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.tar.zst
nixlib-49ab3f87fec238b0d03d33f914451c67b539f90b.zip
python27Packages.azure-mgmt-compute: 10.0.0 -> 11.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-compute')
-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 afe57ee6204d..99545d2a9818 100644
--- a/pkgs/development/python-modules/azure-mgmt-compute/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-compute/default.nix
@@ -7,13 +7,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "10.0.0";
+  version = "11.1.0";
   pname = "azure-mgmt-compute";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "1s3bx6knxw5dxycp43yimvgrh0i19drzd09asglcwz2x5mr3bpyg";
+    sha256 = "00ygppmlx21dxvb0swfdyhqf5xhi0zxy26abcgql02w0lklw91nj";
   };
 
   postInstall = if isPy3k then "" else ''