interactive-html-bom: 2.10.0 -> 2.11.0

Tag: https://github.com/openscopeproject/InteractiveHtmlBom/releases/tag/v2.11.0
This commit is contained in:
Samuel Rounce
2026-03-25 10:52:48 +00:00
parent 5266577518
commit 290ed287f1
@@ -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 ];