python312Packages.cyclonedx-python-lib: 6.4.3 -> 6.4.4

This commit is contained in:
R. Ryantm 2024-03-18 20:20:44 +00:00
parent d0d9d40f13
commit 81bd4ee813

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "6.4.3";
version = "6.4.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
rev = "refs/tags/v${version}";
hash = "sha256-9enilHkZ07loBisKObUmVLhJeXgY/HUiVrf2scPFB60=";
hash = "sha256-PNacp16WZHNblFyA117hSL87IKGMrW0OYNXCSoBoO8Q=";
};
nativeBuildInputs = [