interactive-html-bom: 2.11.1 -> 2.11.2

This commit is contained in:
R. Ryantm
2026-05-26 10:57:04 +00:00
parent 2e9190cc69
commit eb76434726
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "interactive-html-bom";
version = "2.11.1";
version = "2.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "openscopeproject";
repo = "InteractiveHtmlBom";
tag = "v${finalAttrs.version}";
hash = "sha256-j8ORSHMZ3aWtWNA5UaHeL+OXh4D1wdek5JjinmqpOfI=";
hash = "sha256-MNwQJAibnAAMvsoTWtFiIhM6TGVUs7B2w6sA4ruXFbc=";
};
build-system = [ python3Packages.hatchling ];