python3Packages.pysigma-backend-elasticsearch: 2.0.2 -> 2.0.3

Diff: https://github.com/SigmaHQ/pySigma-backend-elasticsearch/compare/v2.0.2...v2.0.3

Changelog: https://github.com/SigmaHQ/pySigma-backend-elasticsearch/releases/tag/v2.0.3
This commit is contained in:
Fabian Affolter
2026-05-20 13:06:51 +02:00
parent 6a7a7fd161
commit 6d8742075f
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pysigma-backend-elasticsearch";
version = "2.0.2";
version = "2.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "SigmaHQ";
repo = "pySigma-backend-elasticsearch";
tag = "v${finalAttrs.version}";
hash = "sha256-QRG+fsy4AGKPv5WoquFVYXsb39XABwgDJD4EgLiRVdg=";
hash = "sha256-54AxC3cK8Vh/cT2LjYzbgQFJrgoSxFU2QbsML3YUCHs=";
};
build-system = [ poetry-core ];