Skip to content

Commit

Permalink
Merge pull request NixOS#249274 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.pysigma-backend-elasticsearch

python310Packages.pysigma-backend-elasticsearch: 1.0.4 -> 1.0.5
  • Loading branch information
fabaff authored Aug 15, 2023
2 parents f1aa0b9 + d922484 commit 8cd63e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "pysigma-backend-elasticsearch";
version = "1.0.4";
version = "1.0.5";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-elasticsearch";
rev = "refs/tags/v${version}";
hash = "sha256-HHg5WNnWm7/4yhKRNMxskZzOgyH5qTjRxh55g8nkCb8=";
hash = "sha256-a+2RW+S0Tpf1odfLi0JEdbxfJehF+HI/sHc4QX7lQ+4=";
};

postPatch = ''
Expand Down

0 comments on commit 8cd63e1

Please sign in to comment.