python3Packages.latex2mathml: 3.75.5 -> 3.76.0

This commit is contained in:
Stefan Frijters 2023-05-22 15:42:17 +02:00
parent a96075f5ee
commit 6b9462f227
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -3,7 +3,6 @@
, pythonOlder
, fetchFromGitHub
, poetry-core
, setuptools
, pytestCheckHook
, multidict
, xmljson
@ -11,7 +10,7 @@
buildPythonPackage rec {
pname = "latex2mathml";
version = "3.75.5";
version = "3.76.0";
disabled = pythonOlder "3.8";
@ -19,7 +18,7 @@ buildPythonPackage rec {
owner = "roniemartinez";
repo = pname;
rev = version;
hash = "sha256-ezSksOUvSUqo8MktjKU5ZWhAxtFHwFkSAOJ8rG2jgoU=";
hash = "sha256-CoWXWgu1baM5v7OC+OlRHZB0NkPue4qFzylJk4Xq2e4=";
};
format = "pyproject";
@ -28,10 +27,6 @@ buildPythonPackage rec {
poetry-core
];
propagatedBuildInputs = [
setuptools # needs pkg_resources at runtime
];
nativeCheckInputs = [
pytestCheckHook
multidict