about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-containerinstance
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-15 02:39:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-15 02:39:10 +0000
commita3e5b793b52b27807b06d92993e09add8cc92388 (patch)
tree8ce46d596b2b9bbf11d13b45bec49bedf336feac /pkgs/development/python-modules/azure-mgmt-containerinstance
parentfe4a08c3d3a48755374d37fcf93d09ee6ad1aaa7 (diff)
python38Packages.azure-mgmt-containerinstance: 9.0.0 -> 9.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-containerinstance')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix b/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
index 45158b8015d57..ae6d9755171eb 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-containerinstance";
-  version = "9.0.0";
+  version = "9.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "041431c5a768ac652aac318a17f2a53b90db968494c79abbafec441d0be387ff";
+    sha256 = "22164b0c59138b37bc48ba6d476bf635152bc428dcb420b521a14b8c25c797ad";
   };
 
   propagatedBuildInputs = [