about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-10 09:06:41 +0100
committerGitHub <noreply@github.com>2022-11-10 09:06:41 +0100
commit2eb399bbb8bbc53c15accf553c7fbac2a80dda0d (patch)
treed774d984ee08e140266af4d4d8a3b719cdeff703 /pkgs/development
parenta8a9ba9e6c628f64c837c28a9307bb6f20d1086c (diff)
parente280d06774ab3a9adafc264f6c070d5686351474 (diff)
Merge pull request #200452 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice
python310Packages.azure-mgmt-containerservice: 20.6.0 -> 20.7.0
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 ce0920b972b69..dff9c2fe6d656 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerservice";
-  version = "20.6.0";
+  version = "20.7.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    hash = "sha256-zQ3Lg45rO1vgtsjQnokNFjWt6qnrNQ2CnElGJ0Dksew=";
+    hash = "sha256-tNuBIfObCWd8JXq49CDLOzMl1pw7ulTQJua7CNJjRuo=";
   };
 
   propagatedBuildInputs = [