python37Packages.azure-mgmt-eventgrid: 2.0.0 -> 2.2.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-eventgrid/versions
This commit is contained in:
R. RyanTM 2019-08-05 00:46:11 -07:00
parent 53328909da
commit 6aef4e92fb

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-eventgrid";
version = "2.0.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "9a1da1085d39163b13dee14215b02f18eab93ede10ffe83dc6030ecf2163d2f1";
sha256 = "1hqwcl33r98lriz3fp6h8ir36bv9danx27290idv63fj7s95h866";
};
propagatedBuildInputs = [