python310Packages.mathlibtools: 1.1.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2022-11-13 09:59:29 +00:00
parent 77ff917232
commit f09718c201

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mathlibtools";
version = "1.1.2";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jbnb3FKyB1NAehB8tZxBV6d7JJCOgWZPMWMaFEAOzkM=";
hash = "sha256-iBYSh5Y8MYqzjeNt70eURr40SSKh0x41plemeaaOfy8=";
};
propagatedBuildInputs = [