about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-07 18:41:42 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-07 23:08:42 -0700
commit86e68d02b35ab2277f7acffd58ac1fee2af8d86c (patch)
treed5844e79d17cc70732f305a91d5c60d62f509366 /pkgs/development
parent460bb4a4360fa46b5f0ab477348e01f7d396dcb1 (diff)
downloadnixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar.gz
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar.bz2
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar.lz
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar.xz
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.tar.zst
nixlib-86e68d02b35ab2277f7acffd58ac1fee2af8d86c.zip
python37Packages.azure-mgmt-containerservice: 5.3.0 -> 7.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-containerservice/versions
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-containerservice/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
index 5e68ef2d3837..f66712e6f719 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerservice";
-  version = "5.3.0";
+  version = "7.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "1dhni22n85x76709mvjmby8i8hvginzniq1dna6f5cidfcalc0vs";
+    sha256 = "104w7rxv7hy84yzddbbpkjqha04ghr0zz9qy788n3wl69cj4cv1a";
   };
 
   propagatedBuildInputs = [