python312Packages.pysigma-pipeline-crowdstrike: 1.0.3 -> 2.0.0 (#341959)

This commit is contained in:
Fabian Affolter 2024-09-15 10:35:56 +02:00 committed by GitHub
commit 31c0c53551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-pipeline-crowdstrike";
version = "1.0.3";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-pipeline-crowdstrike";
rev = "refs/tags/v${version}";
hash = "sha256-0uSoZC2cUgdOGE5saLlx5n0gbVPX61kkASCBFD4F5QM=";
hash = "sha256-9rYTBMVb664R9heOw/N/PUFotwOP1avdPUjPDhICkVU=";
};
build-system = [ poetry-core ];