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-09-22 18:49:51 +0000
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-09-22 21:43:45 +0200
commiteb1db6ee71508c0c9e51f36c025ac20a4dd669c4 (patch)
tree08414ce006dd560d42817ad01e4d4f7cac822f48 /pkgs/development/python-modules/azure-mgmt-containerinstance
parent8ef88fb10bc4e26ea3f18c34b73edf2e96ef5d7a (diff)
python38Packages.azure-mgmt-containerinstance: 8.0.0 -> 9.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-containerinstance')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix6
1 files changed, 4 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 9d83e092f5d84..45158b8015d57 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 = "8.0.0";
+  version = "9.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "7aeb380af71fc35a71d6752fa25eb5b95fdb2a0027fa32e6f50bce87e2622916";
+    sha256 = "041431c5a768ac652aac318a17f2a53b90db968494c79abbafec441d0be387ff";
   };
 
   propagatedBuildInputs = [
@@ -31,6 +31,8 @@ buildPythonPackage rec {
   # has no tests
   doCheck = false;
 
+  pythonImportsCheck = [ "azure.mgmt.containerinstance" ];
+
   meta = with lib; {
     description = "This is the Microsoft Azure Container Instance Client Library";
     homepage = "https://github.com/Azure/azure-sdk-for-python";