Merge pull request #297002 from r-ryantm/auto-update/python312Packages.cyclonedx-python-lib

python312Packages.cyclonedx-python-lib: 6.4.3 -> 6.4.4
This commit is contained in:
Nick Cao 2024-03-18 13:54:24 -07:00 committed by GitHub
commit f01c71859d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [