Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.latex2mathml: 3.75.3 -> 3.75.5

+2 -2
+2 -2
pkgs/development/python-modules/latex2mathml/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "latex2mathml"; 14 - version = "3.75.3"; 14 + version = "3.75.5"; 15 15 16 16 disabled = pythonOlder "3.8"; 17 17 ··· 19 19 owner = "roniemartinez"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-i1OJ6hmF04cdDOG1gfyseCJu+e0LEr1I3UwLXbdQJqQ="; 22 + hash = "sha256-ezSksOUvSUqo8MktjKU5ZWhAxtFHwFkSAOJ8rG2jgoU="; 23 23 }; 24 24 25 25 format = "pyproject";