We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f82b9 commit 94d83ccCopy full SHA for 94d83cc
pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "pysigma-backend-elasticsearch";
13
- version = "1.0.9";
+ version = "1.0.10";
14
format = "pyproject";
15
16
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "SigmaHQ";
20
repo = "pySigma-backend-elasticsearch";
21
rev = "refs/tags/v${version}";
22
- hash = "sha256-OZaUKEEvgEIukEcAHB9ci/XWCU+h1CvQTU3gwWBOBkY=";
+ hash = "sha256-oH+47J/7zpJDOAVQ27qIOFtlYfNlzIP6OSp7ogrmdpY=";
23
};
24
25
postPatch = ''
0 commit comments