Merge pull request #238237 from fabaff/pysigma-backend-insightidr-bump

python311Packages.pysigma-backend-insightidr: 0.1.9 -> 0.2.1
This commit is contained in:
Nick Cao 2023-06-17 19:35:08 -06:00 committed by GitHub
commit fff1b73b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-backend-insightidr";
version = "0.1.9";
version = "0.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-insightidr";
rev = "refs/tags/v${version}";
hash = "sha256-/oHwWe8EcE1CS/hOmzJm9smfRLS/wShfbSGqOuvp8rU=";
hash = "sha256-0VBnbThEkGhpxkGNBop0rPYn0NujyrK+ei/2+2f3Wno=";
};
nativeBuildInputs = [