Merge pull request #240671 from fabaff/cyclonedx-python-lib-bump

python311Packages.cyclonedx-python-lib: 4.0.0 -> 4.0.1
This commit is contained in:
Fabian Affolter 2023-06-30 11:14:02 +02:00 committed by GitHub
commit 323e56bd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "4.0.0";
version = "4.0.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xXtUEunPYiuVh+1o4xoFutGstZ918ju5xK5zLvgbLHc=";
hash = "sha256-GCY7M0XnVsGyuADSq/EzOy9fged5frj+hRDLhs2Uq8I=";
};
nativeBuildInputs = [