Merge pull request #197457 from r-ryantm/auto-update/python310Packages.mathlibtools

python310Packages.mathlibtools: 1.1.2 -> 1.3.0

authored by

Mario Rodas and committed by
GitHub
0fe9e987 a30be0f1

+3 -2
+3 -2
pkgs/development/python-modules/mathlibtools/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "mathlibtools"; 18 - version = "1.1.2"; 18 + version = "1.3.1"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-Jbnb3FKyB1NAehB8tZxBV6d7JJCOgWZPMWMaFEAOzkM="; 25 + hash = "sha256-HwtmrDGInCI5Hl+qhl+7hOBJ3Ux0g8IjoAVa4iAccl8="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [ ··· 47 47 meta = with lib; { 48 48 description = "Supporting tool for Lean's mathlib"; 49 49 homepage = "https://github.com/leanprover-community/mathlib-tools"; 50 + changelog = "https://github.com/leanprover-community/mathlib-tools/raw/v${version}/CHANGELOG.md"; 50 51 license = licenses.asl20; 51 52 maintainers = with maintainers; [ gebner ]; 52 53 };