python3Packages.sphinx-lv2-theme: 1.4.2 -> 1.4.6 (#461443)

This commit is contained in:
Sandro
2025-11-14 16:18:28 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sphinx-lv2-theme"; pname = "sphinx-lv2-theme";
version = "1.4.2"; version = "1.4.6";
pyproject = true; pyproject = true;
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "LV2"; owner = "LV2";
repo = "sphinx_lv2_theme"; repo = "sphinx_lv2_theme";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-x3h2hOQIyzOmnh58WMHjuOARdML1sDiVAf7m0YghhJ4="; hash = "sha256-WOunukFWa4AMrLpeKjuvmFT+3GhCzV3k/hl4mQXN0GQ=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];