python37Packages.azure-mgmt-dns: 2.1.0 -> 3.0.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-dns/versions
This commit is contained in:
R. RyanTM 2019-08-05 01:18:16 -07:00
parent 53328909da
commit e7c0323f75

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-dns";
version = "2.1.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "3730b1b3f545a5aa43c0fff07418b362a789eb7d81286e2bed90ffef88bfa5d0";
sha256 = "0zxkcczf01b64qfwj98jqdvnwqahygcyccf37rcxpdcfgpkg9kbf";
};
propagatedBuildInputs = [