python313Packages.cyclonedx-python-lib: 8.5.0 -> 8.7.0
Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/refs/tags/v8.5.0...v8.7.0 Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v8.7.0
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cyclonedx-python-lib";
|
||||
version = "8.5.0";
|
||||
version = "8.7.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "CycloneDX";
|
||||
repo = "cyclonedx-python-lib";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+IGykcKdezvwecLyQA1vW9YE8YJpd6ZEBe+J3zilH44=";
|
||||
hash = "sha256-gnY8JgdxdjXzO9PE9mt57+DQCmxR00pHEL/q9sHN3+Q=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "py-serializable" ];
|
||||
|
||||
Reference in New Issue
Block a user