cyclonedx-python: 6.1.1 -> 6.1.2

This commit is contained in:
R. Ryantm
2025-07-02 18:12:23 +00:00
parent e6ff9e9481
commit fb4ed560f2
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "cyclonedx-python";
version = "6.1.1";
version = "6.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "CycloneDX";
repo = "cyclonedx-python";
tag = "v${version}";
hash = "sha256-faR7sC4ymS0g5+r++QrgX01E8CbDKCmChPFMW8jgWBg=";
hash = "sha256-hC+C85hdlHVhVcMLS9+gEvG+DohyxiBrjCApYnf6O/4=";
};
build-system = with python3Packages; [ poetry-core ];