cyclonedx-python: 7.3.1 -> 7.4.0

This commit is contained in:
R. Ryantm
2026-09-17 02:09:36 +00:00
parent 3257a290dd
commit eebb88600f

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "cyclonedx-python";
version = "7.3.1";
version = "7.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python";
tag = "v${finalAttrs.version}";
hash = "sha256-BBnWnxhi7vDfzdFdimncy8u3djW2K3TooYxNBnAkEf8=";
hash = "sha256-tyYMofGXtnk0tAaryhdcSaZxi8LDVJmuUMGeO6v0zdg=";
};
build-system = with python3Packages; [ poetry-core ];