Commit 36123f13 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.sbom2dot: 0.3.1 -> 0.3.2

parent 97e6d418
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;