python3Packages.mathlibtools: 1.0.0 -> 1.1.0

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:09 +02:00
parent 92747ed6d8
commit 74a115cffd

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "mathlibtools";
version = "1.0.0";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "da41c65e206f55b1faea303581fc11215e52d6e6990b827336b2e1eb82aad96c";
sha256 = "789f070f35424e89e4f2e2c007382250133cc48877627e37c5c463bcf4a1b58a";
};
propagatedBuildInputs = [