python313Packages.cyclonedx-python-lib: 11.1.0 -> 11.2.0

Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/v11.1.0...v11.2.0

Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v11.2.0
This commit is contained in:
Fabian Affolter
2025-10-15 21:32:38 +02:00
parent df65e0ab4a
commit d0ef75efd2
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "11.1.0";
version = "11.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${version}";
hash = "sha256-XlsVJTyAeqYex5q/07mFLXfMc9vnS5X+stP77i4IbVc=";
hash = "sha256-HfHZKOae83ASym1MSlVb0+aVWpyziDgQEQxLzWMM/MQ=";
};
pythonRelaxDeps = [ "py-serializable" ];