Skip to content

Commit 94d83cc

Browse files
committed
python311Packages.pysigma-backend-elasticsearch: 1.0.9 -> 1.0.10
1 parent a2f82b9 commit 94d83cc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pysigma-backend-elasticsearch

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pysigma-backend-elasticsearch";
13-
version = "1.0.9";
13+
version = "1.0.10";
1414
format = "pyproject";
1515

1616
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "SigmaHQ";
2020
repo = "pySigma-backend-elasticsearch";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-OZaUKEEvgEIukEcAHB9ci/XWCU+h1CvQTU3gwWBOBkY=";
22+
hash = "sha256-oH+47J/7zpJDOAVQ27qIOFtlYfNlzIP6OSp7ogrmdpY=";
2323
};
2424

2525
postPatch = ''

0 commit comments

Comments
 (0)