From: Alexandru Ardelean Date: Mon, 7 Oct 2024 08:06:57 +0000 (+0300) Subject: numpy: bump to version 2.1.3 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bc94125b2fb1c4d5457e0fb69d7aa2ce5c33f756;p=feed%2Fpackages.git numpy: bump to version 2.1.3 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/numpy/Makefile b/lang/python/numpy/Makefile index 27c40d54d4..bb7539dcca 100644 --- a/lang/python/numpy/Makefile +++ b/lang/python/numpy/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=numpy -PKG_VERSION:=2.1.0 +PKG_VERSION:=2.1.3 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=7dc90da0081f7e1da49ec4e398ede6a8e9cc4f5ebe5f9e06b443ed889ee9aaa2 +PKG_HASH:=aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f4921fd761 PKG_MAINTAINER:=Alexandru Ardelean