Merge pull request #274647 from r-ryantm/auto-update/latex2mathml

latex2mathml: 3.76.0 -> 3.77.0
This commit is contained in:
Nick Cao 2023-12-16 15:45:11 -05:00 committed by GitHub
commit 6bd2ebcb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "latex2mathml"; pname = "latex2mathml";
version = "3.76.0"; version = "3.77.0";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "roniemartinez"; owner = "roniemartinez";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-CoWXWgu1baM5v7OC+OlRHZB0NkPue4qFzylJk4Xq2e4="; hash = "sha256-DLdSFMsNA0gD6Iw0kn+0IrbvyI0VEGOpz0ZYD48nRkY=";
}; };
format = "pyproject"; format = "pyproject";