python3Packages.latex2mathml: 3.75.2 -> 3.75.3

This commit is contained in:
Stefan Frijters 2023-04-27 20:19:55 +02:00
parent ec55889a69
commit 288edda34e
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -11,15 +11,15 @@
buildPythonPackage rec {
pname = "latex2mathml";
version = "3.75.2";
version = "3.75.3";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "roniemartinez";
repo = pname;
rev = version;
hash = "sha256-i/F1B/Rndg66tiKok1PDMK/rT5c2e8upnQrMSCTUzpU=";
hash = "sha256-i1OJ6hmF04cdDOG1gfyseCJu+e0LEr1I3UwLXbdQJqQ=";
};
format = "pyproject";