mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python311Packages.cyclonedx-python-lib: 4.1.0 -> 4.2.2
Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/refs/tags/v4.1.0...v4.2.2 Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v4.2.2
This commit is contained in:
parent
3e40037bf6
commit
16f5470688
@ -4,6 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, importlib-metadata
|
||||
, jsonschema
|
||||
, license-expression
|
||||
, lxml
|
||||
, packageurl-python
|
||||
, py-serializable
|
||||
@ -22,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cyclonedx-python-lib";
|
||||
version = "4.1.0";
|
||||
version = "4.2.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "CycloneDX";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-pRYjpmHhsw03b87YjS8YMmkQNwfcihp/bk56LFn55AU=";
|
||||
hash = "sha256-7bqIKwKGfMj5YPqZpvWtP881LNOgvJ+DMHs1U63gCN0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -41,6 +42,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
importlib-metadata
|
||||
license-expression
|
||||
packageurl-python
|
||||
requirements-parser
|
||||
setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user