mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
committed by
Alexandru Ardelean
parent
eecc9a97db
commit
2c2c7a9de4
@@ -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>
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = "python3-numpy" ] || exit 0
|
||||
|
||||
EXP_VER="$2"
|
||||
|
||||
python3 - << EOF
|
||||
|
||||
Reference in New Issue
Block a user