about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 12:52:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 12:52:35 +0000
commit1f7b30da01be2892f36a8cf32aa90333ce86b2a7 (patch)
tree1870cb29e91562f5cd2c1a6f5fecffd591def66b
parent6c5458cf32ba8aff7db0fc15379ba375f944067b (diff)
downloadnixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar.gz
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar.bz2
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar.lz
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar.xz
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.tar.zst
nixlib-1f7b30da01be2892f36a8cf32aa90333ce86b2a7.zip
python311Packages.azure-mgmt-containerservice: 26.0.0 -> 27.0.0
-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 4707f8bc2ae9..04cff63317d1 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerservice";
-  version = "26.0.0";
+  version = "27.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-BpvnSqee5wodtMXPxo/pHCBk8Yy4yPnEdK164d9ILuM=";
+    hash = "sha256-IdGo2A65YiMJJ8S18Ji+FfnnylNhs8vFOQpfA91wgNM=";
   };
 
   propagatedBuildInputs = [