Skip to content

Commit

Permalink
python3Packages.azure-mgmt-containerinstance: 2.0.0 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Nov 29, 2020
1 parent 70d4244 commit e92d93e
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -4,24 +4,26 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
}:

buildPythonPackage rec {
pname = "azure-mgmt-containerinstance";
version = "2.0.0";
version = "7.0.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "5ad247d186c3c040da7a1d40ad39c9881e99afc58271f673abb602abb0b6b85b";
sha256 = "9f624df0664ba80ba886bc96ffe5e468c620eb5b681bc3bc2a28ce26042fd465";
};

propagatedBuildInputs = [
msrest
msrestazure
azure-common
azure-mgmt-core
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
];
Expand Down

0 comments on commit e92d93e

Please sign in to comment.