Unverified Commit 72e1d8d3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

sbom2dot: 0.3.1 -> 0.3.2 (#403557)

parents a5d4ca20 06458578
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;