cyclonedx-python: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm 2024-09-21 20:28:42 +00:00
parent 3c8525a3b7
commit 2130e6aa9e

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "cyclonedx-python";
version = "4.5.0";
version = "4.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python";
rev = "refs/tags/v${version}";
hash = "sha256-+XeMRREDX1+v+qOeYiHh7uhadfueYYOxspLY3q1NL6s=";
hash = "sha256-EcCxw3SppuGUgN7AIU9NhpRw7dLDhTHHT5emGOgkDFU=";
};
build-system = with python3Packages; [ poetry-core ];