py-mpmath: added version 1.0.0 (#8382)

* py-mpmath: added version 1.0.0

* Fixed checksum for version 0.19
This commit is contained in:
Massimiliano Culpo 2018-06-06 14:59:53 +02:00 committed by Adam J. Stewart
parent 891a15f409
commit 6cc4ad4caa

View File

@ -28,6 +28,7 @@
class PyMpmath(PythonPackage):
"""A Python library for arbitrary-precision floating-point arithmetic."""
homepage = "http://mpmath.org"
url = "https://pypi.io/packages/source/m/mpmath/mpmath-all-0.19.tar.gz"
url = "https://pypi.io/packages/source/m/mpmath/mpmath-1.0.0.tar.gz"
version('0.19', 'd1b7e19dd6830d0d7b5e1bc93d46c02c')
version('1.0.0', '998f10cb231af62743212ca80693f1b5')
version('0.19', 'af5cc956b2673b33a25c3e57299bae7b')