package/python-numpy: bump to version 1.16.4

See:
https://github.com/numpy/numpy/releases/tag/v1.16.4

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Samuel Martin <s.martin49@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour
2019-06-06 22:19:37 +02:00
committed by Peter Korsgaard
parent a2df8d567d
commit 0505c0d2ea
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_NUMPY_VERSION = 1.16.3
PYTHON_NUMPY_VERSION = 1.16.4
PYTHON_NUMPY_SOURCE = numpy-$(PYTHON_NUMPY_VERSION).tar.gz
PYTHON_NUMPY_SITE = https://github.com/numpy/numpy/releases/download/v$(PYTHON_NUMPY_VERSION)
PYTHON_NUMPY_LICENSE = BSD-3-Clause, BSD-2-Clause, PSF, Apache-2.0, MIT, Zlib