numpy: bump to version 1.26.3
authorAlexandru Ardelean <alex@shruggie.ro>
Mon, 15 Jan 2024 05:38:12 +0000 (07:38 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 8 Feb 2024 17:40:01 +0000 (09:40 -0800)
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
lang/python/numpy/Makefile

index 1e0291a8d95c99db233379892e409a79888dc3ca..def895e535e3af7ab17412e49896c2e0305f9b2d 100644 (file)
@@ -6,11 +6,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=numpy
-PKG_VERSION:=1.26.2
+PKG_VERSION:=1.26.3
 PKG_RELEASE:=1
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea
+PKG_HASH:=697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>