python3Packages.cyclonedx-python-lib: 11.2.0 -> 11.4.0 (#455997)

This commit is contained in:
Fabian Affolter
2025-10-27 10:50:21 +00:00
committed by GitHub
@@ -11,7 +11,6 @@
py-serializable,
poetry-core,
pytestCheckHook,
pythonOlder,
requirements-parser,
sortedcontainers,
setuptools,
@@ -23,16 +22,14 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "11.2.0";
version = "11.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${version}";
hash = "sha256-HfHZKOae83ASym1MSlVb0+aVWpyziDgQEQxLzWMM/MQ=";
hash = "sha256-fCumFp9ubzCtTrO0r/R/OF83cc0v4XX5K/2vfxQrT84=";
};
pythonRelaxDeps = [ "py-serializable" ];