aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/numpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile
index d8c23e3f7..c93fb4cb0 100644
--- a/lang/python/numpy/Makefile
+++ b/lang/python/numpy/Makefile
@@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS
-PKG_VERSION:=1.19.2
+PKG_VERSION:=1.19.3
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=0d310730e1e793527065ad7dde736197b705d0e4c9999775f212b03c44a8484c
+PKG_HASH:=35bf5316af8dc7c7db1ad45bec603e5fb28671beb98ebd1d65e8059efcfd3b72
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>