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

This commit is contained in:
R. Ryantm
2026-06-18 14:54:18 +00:00
parent e92fe04c47
commit d04bc48c31
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclonedx-python-lib";
version = "11.10.0";
version = "11.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${finalAttrs.version}";
hash = "sha256-8iZWIiLLMWJsLbl3ayPTcLYbpxT9ccCpgxIRd7d3Bkk=";
hash = "sha256-P6TJHxETBazn+zfrDYUuzCH2DHhYVtn1ceBharxCXRo=";
};
pythonRelaxDeps = [ "py-serializable" ];