From: Alexandru Ardelean Date: Sat, 9 Sep 2023 08:30:07 +0000 (+0300) Subject: numpy: bump to version 1.25.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=50e655df8b650430d075f39306580a72bfb3ae59;p=openwrt-packages.git numpy: bump to version 1.25.2 Signed-off-by: Alexandru Ardelean --- 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