dep-scan: 6.2.0 -> 6.3.0

Changelog: https://github.com/owasp-dep-scan/dep-scan/releases/tag/v6.3.0
This commit is contained in:
Fabian Affolter
2026-07-30 19:44:18 +02:00
parent ed1cc32259
commit 0412fc9c68
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
];