Unverified Commit f70c5257 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

interactive-html-bom: 2.10.0 -> 2.11.0 (#503330)

parents c0bb4591 290ed287
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "interactive-html-bom";
  version = "2.10.0";
  version = "2.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openscopeproject";
    repo = "InteractiveHtmlBom";
    tag = "v${finalAttrs.version}";
    hash = "sha256-o7GWdAFFK3zK0fc7aTSwOsd/c4uPg3cJfR0SXbl2RW8=";
    hash = "sha256-8uLHSMliz8bQ8aV+XWap8DwKKqroOPph1l9cgKXps+U=";
  };

  build-system = [ python3Packages.hatchling ];