Merge pull request #319768 from fabaff/azure-monitor-ingestion-bump

python312Packages.azure-monitor-ingestion: 1.0.3 -> 1.0.4
This commit is contained in:
Fabian Affolter 2024-06-14 21:57:29 +02:00 committed by GitHub
commit 50cb799533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];