python37Packages.azure-mgmt-keyvault: 1.1.0 -> 2.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-keyvault/versions
This commit is contained in:
R. RyanTM 2019-08-04 23:50:46 -07:00
parent 53328909da
commit 95eccc43c3

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-keyvault";
version = "1.1.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "05a15327a922441d2ba32add50a35c7f1b9225727cbdd3eeb98bc656e4684099";
sha256 = "057ii54h8yr7rhfnbl0r29xbsg7mhf031hjffmdv0zf93552kmja";
};
propagatedBuildInputs = [