aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorAlexandru Ardelean <alex@shruggie.ro>2023-09-09 11:30:07 +0300
committerAlexandru Ardelean <alex@shruggie.ro>2023-09-09 11:30:07 +0300
commit50e655df8b650430d075f39306580a72bfb3ae59 (patch)
treebfaa3572b32a3faa6ff7dfa66655721d68991287 /lang/python
parent40a06febd2e29d17bca3345c8d4ab5dd1690ad88 (diff)
numpy: bump to version 1.25.2
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
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 54bbc4255..4b319b59a 100644
--- a/lang/python/numpy/Makefile
+++ b/lang/python/numpy/Makefile
@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
-PKG_VERSION:=1.25.1
+PKG_VERSION:=1.25.2
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=9a3a9f3a61480cc086117b426a8bd86869c213fc4072e606f01c4e4b66eb92bf
+PKG_HASH:=fd608e19c8d7c55021dffd43bfe5492fab8cc105cc8986f813f8c3c048b38760
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>