sarif-tools: 3.0.2 -> 3.0.4 (#362680)

This commit is contained in:
Nick Cao 2024-12-07 09:48:27 -05:00 committed by GitHub
commit 7278930e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "sarif-tools";
version = "3.0.2";
version = "3.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "sarif-tools";
rev = "refs/tags/v${version}";
hash = "sha256-VGdl4WBdIiCWPGfFxqcG4XlbLh0uiLQXdrhUa2OxaVY=";
tag = "v${version}";
hash = "sha256-Kb7kEntEdLOuIgBqeEolXirG8E1orzRz0vv8XK2oO3Y=";
};
disabled = pythonOlder "3.8";