2022-10-28T22:07:19 mathlibtools 1.1.1 -> 1.2.0 https://pypi.org/project/mathlibtools/ 2022-10-28T22:07:22 attrpath: mathlibtools 2022-10-28T22:07:22 Checking auto update branch... 2022-10-28T22:07:22 No auto update branch exists 2022-10-28T22:07:25 Old version 1.1.1" not present in master derivation file with contents: { lib , atomicwrites , buildPythonPackage , click , fetchPypi , GitPython , networkx , pydot , PyGithub , pythonOlder , pyyaml , toml , tqdm }: buildPythonPackage rec { pname = "mathlibtools"; version = "1.1.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-Jbnb3FKyB1NAehB8tZxBV6d7JJCOgWZPMWMaFEAOzkM="; }; propagatedBuildInputs = [ atomicwrites click GitPython networkx pydot PyGithub pyyaml toml tqdm ]; # Requires internet access doCheck = false; pythonImportsCheck = [ "mathlibtools" ]; meta = with lib; { description = "Supporting tool for Lean's mathlib"; homepage = "https://github.com/leanprover-community/mathlib-tools"; license = licenses.asl20; maintainers = with maintainers; [ gebner ]; }; }