python310Packages.pysigma-backend-splunk: 0.3.6 -> 0.3.7

This commit is contained in:
Fabian Affolter 2022-09-20 13:05:38 +02:00 committed by Jonathan Ringer
parent 38b75c35a1
commit 1ad53b8705

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysigma-backend-splunk";
version = "0.3.6";
version = "0.3.7";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SigmaHQ";
repo = "pySigma-backend-splunk";
rev = "refs/tags/v${version}";
hash = "sha256-6XvKytODJll9BPeAhk6girwLibNJk+QEn2AV/WNqnyI=";
hash = "sha256-8baldryXORVpm8B85avwFJvGdqdAkO67BlIM2ERiSzI=";
};
nativeBuildInputs = [