numpy: bump to version 2.3.2

This change bumps numpy to 2.3.2

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-08-13 09:08:43 +03:00
committed by Alexandru Ardelean
parent eecc9a97db
commit 2c2c7a9de4
2 changed files with 4 additions and 2 deletions

View File

@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
PKG_VERSION:=2.2.5
PKG_VERSION:=2.3.2
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=a9c0d994680cd991b1cb772e8b297340085466a6fe964bc9d4e80f5e2f43c291
PKG_HASH:=e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>

View File

@@ -1,5 +1,7 @@
#!/bin/sh
[ "$1" = "python3-numpy" ] || exit 0
EXP_VER="$2"
python3 - << EOF