From 6d8742075f2828a7a142224fee04ab26cb7f9d4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 20 May 2026 13:06:51 +0200 Subject: [PATCH] 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 --- .../python-modules/pysigma-backend-elasticsearch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix b/pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix index 948ffba408ba..fc6bfb9da8a3 100644 --- a/pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix +++ b/pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix @@ -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 ];