Skip to content

Commit

Permalink
python312Packages.sarif-tools: 2.0.0 -> 3.0.0 (#341491)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Sep 14, 2024
2 parents 18707c9 + b8c1f06 commit 3ee71c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/sarif-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "sarif-tools";
version = "2.0.0";
version = "3.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "microsoft";
repo = "sarif-tools";
rev = "v${version}";
hash = "sha256-80amYGnf7xZdpxzTjBGwgg39YN/jJsEkTm0uAlVbH0w=";
rev = "refs/tags/v${version}";
hash = "sha256-MYwhewUTZ3Wl93p6bN3+bHqtXz+BAlAhte+JaetPQYU=";
};

disabled = pythonOlder "3.8";
Expand Down

0 comments on commit 3ee71c8

Please sign in to comment.