Skip to content

Commit

Permalink
python312Packages.pysigma: 0.11.14 -> 0.11.17 (NixOS#349397)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 24, 2024
2 parents 8e9d62d + 0e0fe1a commit 51b5b3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ buildPythonPackage rec {
disabledTests = [
# Tests requires network access
"test_connect_lucene"
# AssertionError
"correlation_rule_stats"
];

meta = with lib; {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "pysigma-backend-sqlite";
version = "0.1.2";
version = "0.2.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-sqlite";
rev = "refs/tags/v${version}";
hash = "sha256-wbFSgtsiP5k1aGJx8PWDl0N28r0dgn6Fduk0PuM8x3w=";
hash = "sha256-PQByKARf0OOMC9LRTz3XVrFZp6ODSggMJeA6PNK/AuA=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysigma/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "pysigma";
version = "0.11.14";
version = "0.11.17";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma";
rev = "refs/tags/v${version}";
hash = "sha256-jxVTXw3WZcOL5IDUHs+DRGoXDRFn99UWOz5j5mCEf8A=";
hash = "sha256-2+iLUuGZV+6sdeLvRE6lORQYVKVn53n2NQaGamkxspU=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 51b5b3a

Please sign in to comment.