python310Packages.sphinxcontrib-katex: 0.9.0 -> 0.9.3

This commit is contained in:
R. Ryantm 2022-12-18 05:24:11 +00:00
parent cf150c53f1
commit e89f6ffce2

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-katex";
version = "0.9.0";
version = "0.9.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HFs1+9tWl1D5VWY14dPCk+Ewv+ubedhd9DcCSrPQZnQ=";
hash = "sha256-6IUTUc4HOK2e++3qMfT2MVm+cBnfVyohSiyROtiRGzI=";
};
propagatedBuildInputs = [