python312Packages.sbom2dot: 0.3.1 -> 0.3.2
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sbom2dot";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anthonyharrison";
|
||||
repo = "sbom2dot";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xrphhTbIyqe0CqQOpJSyzTWbGYFFOKdyWJTTAlURkoo=";
|
||||
hash = "sha256-g6IAGZCLRVxF0f6JEcxNaAKWYlTDt0zYSchsz6hDgdg=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/anthonyharrison/sbom2dot/releases/tag/v${version}";
|
||||
changelog = "https://github.com/anthonyharrison/sbom2dot/releases/tag/${src.tag}";
|
||||
description = "Create a dependency graph of the components within a SBOM";
|
||||
homepage = "https://github.com/anthonyharrison/sbom2dot";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user