Merge pull request #209619 from r-ryantm/auto-update/python310Packages.sphinxcontrib-katex

python310Packages.sphinxcontrib-katex: 0.9.3 -> 0.9.4
This commit is contained in:
Fabian Affolter 2023-01-08 09:48:36 +01:00 committed by GitHub
commit d61e6ec71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-katex";
version = "0.9.3";
version = "0.9.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6IUTUc4HOK2e++3qMfT2MVm+cBnfVyohSiyROtiRGzI=";
hash = "sha256-Mcn+gcP6ywhVlguCggJkH4SA6n1ikmviRbah7LejDZE=";
};
propagatedBuildInputs = [