python3Packages.azure-monitor-ingestion: 1.0.4 -> 1.1.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-ingestion_1.1.0/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
azure-monitor-ingestion
+2 -2
pkgs/development/python-modules/azure-monitor-ingestion/default.nix
···
buildPythonPackage rec {
pname = "azure-monitor-ingestion";
-
version = "1.0.4";
+
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-JU11mTof5wfRmPAUrvWhT6pXDO5zabNbsDriqo+Zvnk=";
+
hash = "sha256-l6/ueA2a4waRKM3ncCfUzGL6gk/mTVusiArEpksKDE4=";
};
nativeBuildInputs = [ setuptools ];