python312Packages.cyclonedx-python-lib: 7.6.0 -> 7.6.1 (#342823)

This commit is contained in:
Fabian Affolter 2024-09-19 00:39:37 +02:00 committed by GitHub
commit 253b16d3e7
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.6.0";
version = "7.6.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-4778eTsgHxVnbJiFvZdOIXtRUeZ0S3nANEGC3eNlEpU=";
hash = "sha256-KvP3msV2qIn26pSLv0XrxnwqRx7uWcllLTJg9vig5V0=";
};
pythonRelaxDeps = [ "py-serializable" ];