about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-06 23:24:53 +0100
committerGitHub <noreply@github.com>2021-12-06 23:24:53 +0100
commit842cf3fed9f43cdc88136c0b252c82b5d56112f0 (patch)
tree6872b1062efd738a1706baf794ba4b17ba947169 /pkgs
parent32983ff874659f9b8c136fe19e6d3bf20b43fe3f (diff)
parentaebed22519b369bfe90dfaa2e18c6efc341d8ff2 (diff)
Merge pull request #148954 from r-ryantm/auto-update/python3.8-azure-mgmt-containerservice
python38Packages.azure-mgmt-containerservice: 16.3.0 -> 16.4.0
Diffstat (limited to 'pkgs')
-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 69ca3c63391be..b9e75eca44c37 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerservice";
-  version = "16.3.0";
+  version = "16.4.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "87f06525c6cc47de86d7886ed35f04140ddaf1b0c59482ba578fdb3f5d143b1c";
+    sha256 = "23a8047668ebd1fa7c3c2445eba4e69c07675306e2a94ae6a3e455df162bd008";
   };
 
   propagatedBuildInputs = [