python-numpy: Update to 2.2.4

This commit is contained in:
Christoph Reiter 2025-03-25 21:12:25 +01:00
parent 9a121cfe9b
commit bdadf8a2c1

View File

@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.2.3
pkgver=2.2.4
pkgrel=1
pkgdesc="Fundamental package for array computing in Python. (mingw-w64)"
arch=('any')
@ -35,7 +35,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest: testsuite")
options=(!strip)
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz
0007-disable-64bit-experimental-warning.patch)
sha256sums=('dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020'
sha256sums=('9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f'
'3506a9c877541045ba06e118ebd37c010b5e165f90264675c04a0f935b294ea4')
# Helper macros to help make tasks easier #