diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-07-06 09:48:03 -0700 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-07-06 11:37:37 -0700 |
| commit | 4b0c2874ded01d0ff8e8a0350e4fb19765d1f487 (patch) | |
| tree | 01fdd55daf4d76404cbfcffab66267157155affa /pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix | |
| parent | python3Packages.azure-mgmt-compute: 12.0.0 -> 12.1.0 (diff) | |
| download | nixpkgs-4b0c2874ded01d0ff8e8a0350e4fb19765d1f487.tar.gz | |
python3Packages.azure-mgmt-containerinstance: 1.5.0 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix | 4 |
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 5bf67fc6787c..2dfff00dfa61 100644 --- a/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-containerinstance/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "azure-mgmt-containerinstance"; - version = "1.5.0"; + version = "2.0.0"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "1kd8lxm5kzk0wxbw1f3vin10hlhb4sygrxqd5c8k715s0ipkhmdh"; + sha256 = "5ad247d186c3c040da7a1d40ad39c9881e99afc58271f673abb602abb0b6b85b"; }; propagatedBuildInputs = [ |
