Add py-numpy 1.18.1 (#14406)

This commit is contained in:
Adam J. Stewart 2020-01-06 17:48:27 -06:00 committed by GitHub
parent e49a5adf04
commit d2ed01a12c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ class PyNumpy(PythonPackage):
number capabilities"""
homepage = "https://numpy.org/"
url = "https://pypi.io/packages/source/n/numpy/numpy-1.18.0.zip"
url = "https://pypi.io/packages/source/n/numpy/numpy-1.18.1.zip"
git = "https://github.com/numpy/numpy.git"
maintainers = ['adamjstewart']
@ -30,6 +30,7 @@ class PyNumpy(PythonPackage):
]
version('master', branch='master')
version('1.18.1', sha256='b6ff59cee96b454516e47e7721098e6ceebef435e3e21ac2d6c3b8b02628eb77')
version('1.18.0', sha256='a9d72d9abaf65628f0f31bbb573b7d9304e43b1e6bbae43149c17737a42764c4')
version('1.17.5', sha256='16507ba6617f62ae3c6ab1725ae6f550331025d4d9a369b83f6d5a470446c342')
version('1.17.4', sha256='f58913e9227400f1395c7b800503ebfdb0772f1c33ff8cb4d6451c06cabdf316')