python3Packages.latex2mathml: 3.78.0 -> 3.78.1 (#439394)

This commit is contained in:
tomberek
2025-09-04 03:09:09 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "latex2mathml";
version = "3.78.0";
version = "3.78.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "roniemartinez";
repo = "latex2mathml";
tag = version;
hash = "sha256-FB1VM2z9y17q+6/wv4oTrhe/rD2QzdAc0VMbFmcrIAw=";
hash = "sha256-VhBq6KSiomFPue9yzYhU68gH+MkHovVi8VEEFi3yUZ8=";
};
build-system = [ poetry-core ];