python3Packages.latex2mathml: 3.75.3 -> 3.75.5

This commit is contained in:
Stefan Frijters 2023-05-08 16:57:04 +02:00
parent 69b81aff5f
commit 6fc57cd12c
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "latex2mathml";
version = "3.75.3";
version = "3.75.5";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "roniemartinez";
repo = pname;
rev = version;
hash = "sha256-i1OJ6hmF04cdDOG1gfyseCJu+e0LEr1I3UwLXbdQJqQ=";
hash = "sha256-ezSksOUvSUqo8MktjKU5ZWhAxtFHwFkSAOJ8rG2jgoU=";
};
format = "pyproject";