Merge pull request from r-ryantm/auto-update/python312Packages.cyclonedx-python-lib

python312Packages.cyclonedx-python-lib: 7.5.1 -> 7.6.0
This commit is contained in:
Nick Cao 2024-08-14 15:15:16 -04:00 committed by GitHub
commit 0790cf8928
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 = "7.5.1";
version = "7.6.0";
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-zYiSJJ49lgRMuJX0fqL8dedcFQzsh6JiMuoqV0VhF2I=";
hash = "sha256-4778eTsgHxVnbJiFvZdOIXtRUeZ0S3nANEGC3eNlEpU=";
};
pythonRelaxDeps = [ "py-serializable" ];