summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 19:52:11 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-07 21:04:38 -0700
commit5253be5a186780469b39081cd5da513af6591600 (patch)
treec6944aa88fc3a49b1092325f12da6cdde38cffe1 /pkgs/development/python-modules
parent0b1eed91e2269c4cf8615a76892dc4453f43d8ac (diff)
downloadnixpkgs-5253be5a186780469b39081cd5da513af6591600.tar
nixpkgs-5253be5a186780469b39081cd5da513af6591600.tar.gz
nixpkgs-5253be5a186780469b39081cd5da513af6591600.tar.bz2
nixpkgs-5253be5a186780469b39081cd5da513af6591600.tar.lz
nixpkgs-5253be5a186780469b39081cd5da513af6591600.tar.xz
nixpkgs-5253be5a186780469b39081cd5da513af6591600.tar.zst
nixpkgs-5253be5a186780469b39081cd5da513af6591600.zip
python37Packages.azure-mgmt-compute: 5.0.0 -> 8.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-compute/versions
Diffstat (limited to 'pkgs/development/python-modules')
-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 3df307242cf..1713ca65405 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 = "5.0.0";
+  version = "8.0.0";
   pname = "azure-mgmt-compute";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "1zdypc8f825n60341ai2482rwgsc7l8dpr691j8hqz571l80y85w";
+    sha256 = "06hmf9iq2yqpmmvw7pr9zm4v427q03i436lnin3aczizfndrk76i";
   };
 
   postInstall = if isPy3k then "" else ''