python3Packages.sphinxcontrib-katex: 0.9.9 -> 0.9.10

https://github.com/hagenw/sphinxcontrib-katex/blob/v0.9.10/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:15 +02:00
parent b0335be489
commit dfed1f6bbc
@@ -3,25 +3,29 @@
buildPythonPackage,
fetchPypi,
pythonOlder,
setuptools,
sphinx,
pytestCheckHook
}:
buildPythonPackage rec {
pname = "sphinxcontrib-katex";
version = "0.9.9";
format = "setuptools";
version = "0.9.10";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1ZTILfVLBI1Z1I5GsQn2IhezEaublSCMq5bZAvmj/ik=";
pname = "sphinxcontrib_katex";
inherit version;
hash = "sha256-MJqS2uJF28WE/36l+2VJcnuuleTlIAi3TSWdL9GtDew=";
};
propagatedBuildInputs = [ sphinx ];
build-system = [ setuptools ];
# There are no unit tests
doCheck = false;
dependencies = [ sphinx ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "sphinxcontrib.katex" ];