python37Packages.azure-mgmt-search: 2.0.0 -> 2.1.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-search/versions
This commit is contained in:
R. RyanTM 2019-08-05 06:09:54 -07:00
parent 53328909da
commit a22190478d

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-search";
version = "2.0.0";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "0ec5de861bd786bcb8691322feed6e6caa8d2f0806a50dc0ca5d640591926893";
sha256 = "0085c7qi9z1ayxd8683ck79nfnldkrwl481hzav84flyg8d0m94j";
};
propagatedBuildInputs = [