about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-14 10:10:27 +0200
committerGitHub <noreply@github.com>2022-05-14 10:10:27 +0200
commita35ae5d679ce6bf1c4a3e7a3801b849dd305eae6 (patch)
tree9d8ad6c9a5dfbd0caa61bb454f675cd91a2ff8a0 /pkgs
parentf22f1849b102c5f7227e1f5a29092d1db04d3ec8 (diff)
parent94166f5520c4924f94e798b4a5a517b60ba50a71 (diff)
Merge pull request #172969 from r-ryantm/auto-update/python3.10-azure-mgmt-containerservice
python310Packages.azure-mgmt-containerservice: 19.0.0 -> 19.1.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 4a502ac65dbfb..df03e41d56b9f 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 = "19.0.0";
+  version = "19.1.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-UHkSUoNzXWomr4vczGRRXVJplVRfqDjwFczkOP2Jwsc=";
+    sha256 = "sha256-t06Cesxvjk31aDxkX2Yj0VzFubWbiAc26LzNTIgVEqs=";
   };
 
   propagatedBuildInputs = [