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

python311Packages.cyclonedx-python-lib: 6.4.0 -> 6.4.1
This commit is contained in:
Nick Cao 2024-01-30 15:35:47 -05:00 committed by GitHub
commit 276cb184f0
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.0";
version = "6.4.1";
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-WPXhla5VGyexZPxq9R86G9CNWuGyn79H+lPDCmWitN0=";
hash = "sha256-IhiH1Vk/Wf6cTxijxE1erkQozY+vOVd5pu6tAVUoDJM=";
};
nativeBuildInputs = [