python312Packages.azure-monitor-ingestion: 1.0.3 -> 1.0.4

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-monitor-ingestion_1.0.4/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-14 10:05:59 +02:00
parent 53282729bc
commit 00e4a2b114

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-monitor-ingestion";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-idAEqP+HaZs/0fzyBaqO8enTTySg88w3TSIUceiYdDs=";
hash = "sha256-JU11mTof5wfRmPAUrvWhT6pXDO5zabNbsDriqo+Zvnk=";
};
nativeBuildInputs = [ setuptools ];