summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-18 16:35:15 +0200
committerGitHub <noreply@github.com>2022-04-18 16:35:15 +0200
commit37c0a66706acbdc1e28186a310e9713b28dd6195 (patch)
tree5fe589ea306e39d658e38b802543f989e805b376 /pkgs/development
parent0cdad71fcf7ba86db87dab75612c5293796291e2 (diff)
parent73c7bab23a5768c2f862a2cc4842a77da9ca9976 (diff)
downloadnixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar.gz
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar.bz2
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar.lz
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar.xz
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.tar.zst
nixpkgs-37c0a66706acbdc1e28186a310e9713b28dd6195.zip
Merge pull request #169188 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice
python310Packages.azure-mgmt-containerservice: 18.0.0 -> 19.0.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 00e24a2d9f1..4a502ac65db 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 = "18.0.0";
+  version = "19.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-b4AwcnSp6JOtG8VaBbUN7d/NIhHN2TPnyjzCUVhMOzg=";
+    sha256 = "sha256-UHkSUoNzXWomr4vczGRRXVJplVRfqDjwFczkOP2Jwsc=";
   };
 
   propagatedBuildInputs = [