Unverified Commit c28e66ea authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #283079 from r-ryantm/auto-update/python311Packages.sphinx-tabs

python311Packages.sphinx-tabs: 3.4.4 -> 3.4.5
parents 1e42c2bc fb9817ee
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "sphinx-tabs";
  version = "3.4.4";
  version = "3.4.5";
  format = "pyproject";

  outputs = [ "out" "doc" ];
@@ -27,13 +27,9 @@ buildPythonPackage rec {
    owner = "executablebooks";
    repo = "sphinx-tabs";
    rev = "refs/tags/v${version}";
    hash = "sha256-RcCADGJfwXP/U7Uws/uX+huaJzRDRUabQOnc9gqMUzM=";
    hash = "sha256-uFSnIhvnmg3ZURJGbSOUpLVx0EDUs/9SewspM7gtNRk=";
  };

  postPatch = ''
    substituteInPlace setup.py --replace 'docutils~=0.18.0' 'docutils'
  '';

  nativeBuildInputs = [
    setuptools
    sphinxHook