Skip to content

Commit 10ecd0e

Browse files
committed
python-numpy: Update to 2.4.0
1 parent 2d8433c commit 10ecd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-python-numpy/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
_realname=numpy
66
pkgbase=mingw-w64-python-${_realname}
77
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
8-
pkgver=2.3.5
8+
pkgver=2.4.0
99
pkgrel=1
1010
pkgdesc="Fundamental package for array computing in Python. (mingw-w64)"
1111
arch=('any')
@@ -35,7 +35,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest: testsuite")
3535
options=(!strip)
3636
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz
3737
0007-disable-64bit-experimental-warning.patch)
38-
sha256sums=('784db1dcdab56bf0517743e746dfb0f885fc68d948aba86eeec2cba234bdf1c0'
38+
sha256sums=('6e504f7b16118198f138ef31ba24d985b124c2c469fe8467007cf30fd992f934'
3939
'3506a9c877541045ba06e118ebd37c010b5e165f90264675c04a0f935b294ea4')
4040

4141
# Helper macros to help make tasks easier #

0 commit comments

Comments
 (0)