python312Packages.sphinx-tabs: 3.4.5 -> 3.4.7

This commit is contained in:
R. Ryantm 2024-10-09 00:10:58 +00:00
parent 8af94f7ca2
commit d6a5348f9d

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "sphinx-tabs";
version = "3.4.5";
version = "3.4.7";
format = "pyproject";
outputs = [
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "executablebooks";
repo = "sphinx-tabs";
rev = "refs/tags/v${version}";
hash = "sha256-uFSnIhvnmg3ZURJGbSOUpLVx0EDUs/9SewspM7gtNRk=";
hash = "sha256-bJXm3qMT1y7NqUA0iiEUA+USTWHxdV8tbEEiDrQKk1U=";
};
nativeBuildInputs = [