python37Packages.azure-mgmt-containerinstance: 1.4.1 -> 1.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-containerinstance/versions
This commit is contained in:
R. RyanTM 2019-08-05 06:04:49 -07:00
parent 53328909da
commit d52b972b99

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerinstance";
version = "1.4.1";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "87919f3e618ec0a40fd163d763113eef908e78c50d8b76bf4dd795444cb069fd";
sha256 = "1kd8lxm5kzk0wxbw1f3vin10hlhb4sygrxqd5c8k715s0ipkhmdh";
};
propagatedBuildInputs = [