python3Packages.lib4sbom: 0.8.4 -> 0.8.7
https://github.com/anthonyharrison/lib4sbom/releases/tag/v0.8.7 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -3,16 +3,18 @@
|
||||
buildPythonPackage,
|
||||
defusedxml,
|
||||
fetchFromGitHub,
|
||||
jsonschema,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
semantic-version,
|
||||
setuptools,
|
||||
xmlschema,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lib4sbom";
|
||||
version = "0.8.4";
|
||||
version = "0.8.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -21,15 +23,17 @@ buildPythonPackage rec {
|
||||
owner = "anthonyharrison";
|
||||
repo = "lib4sbom";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-QTYtaEo5LdDPfv8KgQ3IUJgKphQl2xyQXrcSn19IeKo=";
|
||||
hash = "sha256-qHKedDh7G6yvk6LOs5drJJbkLo20/dP49GG7Q/pOmBw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
defusedxml
|
||||
jsonschema
|
||||
pyyaml
|
||||
semantic-version
|
||||
xmlschema
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
Reference in New Issue
Block a user