python3Packages.cyclonedx-python-lib: 11.8.0 -> 11.9.0 (#529767)

This commit is contained in:
Fabian Affolter
2026-06-09 20:28:44 +00:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage (finalAttrs: {
pname = "cyclonedx-python-lib";
version = "11.8.0";
version = "11.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${finalAttrs.version}";
hash = "sha256-eICBnjJm+UIi5cj+25G/j0uhzSK8P+783w0q7LiP4sc=";
hash = "sha256-1Ukq1467cjfrZFewIdFPRWyh73Zf2qmSoZgn4o48h2c=";
};
pythonRelaxDeps = [ "py-serializable" ];