dep-scan: 6.2.0 -> 6.3.0 (#547468)

This commit is contained in:
Fabian Affolter
2026-07-31 19:51:57 +00:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "dep-scan";
version = "6.2.0";
version = "6.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "owasp-dep-scan";
repo = "dep-scan";
tag = "v${finalAttrs.version}";
hash = "sha256-pMqEzJhGVmLhy4HJE6O/doYGMPiys7KqM5jW5pJI6sU=";
hash = "sha256-DQo8GLO2d9QqS44zwkAt5I3GWk/pi4HAF/CChKf1SB4=";
};
build-system = with python3Packages; [ setuptools ];
@@ -10,6 +10,9 @@
appthreat-vulnerability-db,
custom-json-diff,
cvss,
ds-xbom-lib,
jsonschema,
referencing,
rich,
toml,
@@ -34,6 +37,9 @@ buildPythonPackage rec {
appthreat-vulnerability-db
custom-json-diff
cvss
ds-xbom-lib
jsonschema
referencing
rich
toml
];