Commit 290ed287 authored by Samuel Rounce's avatar Samuel Rounce
Browse files
parent 52665775
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 ];