diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-06-06 14:59:53 +0200 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-06-06 07:59:53 -0500 |
commit | 6cc4ad4caa03ce826d295a4cd2b2fde12484515b (patch) | |
tree | 8fa771bafae192f6ace8ec6274c251565de91225 /var | |
parent | 891a15f4090e1989d43455a1fb1f3a505d139e9b (diff) | |
download | spack-6cc4ad4caa03ce826d295a4cd2b2fde12484515b.tar.gz spack-6cc4ad4caa03ce826d295a4cd2b2fde12484515b.tar.bz2 spack-6cc4ad4caa03ce826d295a4cd2b2fde12484515b.tar.xz spack-6cc4ad4caa03ce826d295a4cd2b2fde12484515b.zip |
py-mpmath: added version 1.0.0 (#8382)
* py-mpmath: added version 1.0.0
* Fixed checksum for version 0.19
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/py-mpmath/package.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-mpmath/package.py b/var/spack/repos/builtin/packages/py-mpmath/package.py index a011891c87..1076c63d63 100644 --- a/var/spack/repos/builtin/packages/py-mpmath/package.py +++ b/var/spack/repos/builtin/packages/py-mpmath/package.py @@ -28,6 +28,7 @@ from spack import * 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') |