python3Packages.latex2mathml: 3.78.0 -> 3.78.1

This commit is contained in:
R. Ryantm
2025-09-02 00:52:10 +00:00
parent ebdfb5d0aa
commit 51a8eef0ec

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "latex2mathml"; pname = "latex2mathml";
version = "3.78.0"; version = "3.78.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "roniemartinez"; owner = "roniemartinez";
repo = "latex2mathml"; repo = "latex2mathml";
tag = version; tag = version;
hash = "sha256-FB1VM2z9y17q+6/wv4oTrhe/rD2QzdAc0VMbFmcrIAw="; hash = "sha256-VhBq6KSiomFPue9yzYhU68gH+MkHovVi8VEEFi3yUZ8=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];