python3Packages.cyclonedx-python-lib: 11.9.0 -> 11.10.0

Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/v11.9.0...v11.10.0

Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v11.10.0
This commit is contained in:
Fabian Affolter
2026-06-16 12:03:45 +02:00
parent 6988a4516d
commit 6c0eab00fa
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclonedx-python-lib";
version = "11.9.0";
version = "11.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${finalAttrs.version}";
hash = "sha256-1Ukq1467cjfrZFewIdFPRWyh73Zf2qmSoZgn4o48h2c=";
hash = "sha256-8iZWIiLLMWJsLbl3ayPTcLYbpxT9ccCpgxIRd7d3Bkk=";
};
pythonRelaxDeps = [ "py-serializable" ];