Merge pull request #324735 from fabaff/cyclonedx-python-lib-bump
python312Packages.cyclonedx-python-lib: 7.4.1 -> 7.5.0
This commit is contained in:
commit
44a4f49a13
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cyclonedx-python-lib";
|
pname = "cyclonedx-python-lib";
|
||||||
version = "7.4.1";
|
version = "7.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||||||
owner = "CycloneDX";
|
owner = "CycloneDX";
|
||||||
repo = "cyclonedx-python-lib";
|
repo = "cyclonedx-python-lib";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ATeSMS8WaJS/2CaeNQgaK/6zyQBw07+6YYTZdhZPJug=";
|
hash = "sha256-yBBtE9DfHzUNXHMCo3KoUAAsvkBshczmVtMCUTtQ9zg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user