python3Packages.latex2mathml: 3.78.0 -> 3.78.1

R. Ryantm 51a8eef0 ebdfb5d0

Changed files
+2 -2
pkgs
development
python-modules
latex2mathml
+2 -2
pkgs/development/python-modules/latex2mathml/default.nix
···
buildPythonPackage rec {
pname = "latex2mathml";
-
version = "3.78.0";
+
version = "3.78.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "roniemartinez";
repo = "latex2mathml";
tag = version;
-
hash = "sha256-FB1VM2z9y17q+6/wv4oTrhe/rD2QzdAc0VMbFmcrIAw=";
+
hash = "sha256-VhBq6KSiomFPue9yzYhU68gH+MkHovVi8VEEFi3yUZ8=";
};
build-system = [ poetry-core ];