about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-02 13:27:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-02 13:27:47 +0000
commitd13fec959153c6a09e06f1df4ee74a8953bc5382 (patch)
tree7549c5b3ea338902b727039e657762816d211734 /pkgs/development
parentf3ec61b6dfe2f23caaa52b2f9d420dc1bd376b5c (diff)
downloadnixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar.gz
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar.bz2
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar.lz
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar.xz
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.tar.zst
nixlib-d13fec959153c6a09e06f1df4ee74a8953bc5382.zip
python310Packages.azure-mgmt-containerservice: 20.3.0 -> 20.4.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 77c1ece09b29..5bedaef2b4da 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.3.0";
+  version = "20.4.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-p2q1fzpPrwYKUAilPTGzRDlkT9OKqnjZVN2jslY/WSw=";
+    sha256 = "sha256-X2Pz7Rx5utwOfiG2wLbdloQF7wM9bF80J5EOaB4k6jQ=";
   };
 
   propagatedBuildInputs = [