python311Packages.cyclonedx-python-lib: 6.3.0 -> 6.4.0
Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/refs/tags/v6.3.0...v6.4.0 Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v6.4.0
This commit is contained in:
parent
c8cc3c0aa2
commit
f8979b0d25
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "cyclonedx-python-lib";
|
||||
version = "6.3.0";
|
||||
version = "6.4.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
owner = "CycloneDX";
|
||||
repo = "cyclonedx-python-lib";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Q4mz6qNqR7lkZqb70COBkrXsv0+z5TEC149dnSpzhtI=";
|
||||
hash = "sha256-WPXhla5VGyexZPxq9R86G9CNWuGyn79H+lPDCmWitN0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue