Fabian Affolter 2024-05-08 10:33:20 +02:00
parent a751e2faa2
commit b00811b2b0
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pysigma-backend-opensearch";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-opensearch";
rev = "refs/tags/v${version}";
hash = "sha256-g3kGaNq07yMu3mnRDeZB3Ck8wwzK3HcOIzkl36cNOs8=";
hash = "sha256-VEMt9CKbhPRj1182WcLOqF9JOEzorrz9Yyqp0+FAA88=";
};
postPatch = ''