Commit 7552a73b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.sphinx-lv2-theme: 1.4.2 -> 1.4.6

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "sphinx-lv2-theme";
  version = "1.4.2";
  version = "1.4.6";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "LV2";
    repo = "sphinx_lv2_theme";
    rev = "v${version}";
    hash = "sha256-x3h2hOQIyzOmnh58WMHjuOARdML1sDiVAf7m0YghhJ4=";
    hash = "sha256-WOunukFWa4AMrLpeKjuvmFT+3GhCzV3k/hl4mQXN0GQ=";
  };

  build-system = [ setuptools ];