python3Packages.cyclonedx-python-lib: 11.0.0 -> 11.1.0

This commit is contained in:
R. Ryantm
2025-09-18 01:45:28 +00:00
parent 6104254f48
commit 98e63169d3
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "11.0.0";
version = "11.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
tag = "v${version}";
hash = "sha256-TS/3O/ojabMUUW8RVd1ymo67rjNoRCtrIqZcUygpW+Y=";
hash = "sha256-XlsVJTyAeqYex5q/07mFLXfMc9vnS5X+stP77i4IbVc=";
};
pythonRelaxDeps = [ "py-serializable" ];