summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-26 16:45:56 +0200
committerGitHub <noreply@github.com>2023-10-26 16:45:56 +0200
commit2be5a05de2b1b1a3607022f68176ddafe8f60644 (patch)
tree50372bc39a1f0c6b9ecb7502144787c913eef3c2 /pkgs/development/python-modules
parentd21921b6e9df5e5622beb1899d23a34e3b634294 (diff)
parent04046696cbf0a8e83590ddebed869469cd4f71ab (diff)
downloadnixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar.gz
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar.bz2
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar.lz
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar.xz
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.tar.zst
nixpkgs-2be5a05de2b1b1a3607022f68176ddafe8f60644.zip
Merge pull request #263579 from fabaff/azure-mgmt-containerservice-bump
python311Packages.azure-mgmt-containerservice: 26.0.0 -> 27.0.0
Diffstat (limited to 'pkgs/development/python-modules')
-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 4707f8bc2ae..04cff63317d 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 = [