python310Packages.mathlibtools: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2022-12-18 17:00:53 +00:00
parent 58a02bb65d
commit 29b361a60e

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "mathlibtools";
version = "1.3.1";
version = "1.3.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-HwtmrDGInCI5Hl+qhl+7hOBJ3Ux0g8IjoAVa4iAccl8=";
hash = "sha256-mkn0y3NV/acnkqVzi8xd+Sex4QLvxxmt++FtsZmgrGs=";
};
propagatedBuildInputs = [