Skip to content

Commit

Permalink
python-numpy: Update to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 19, 2024
1 parent c0f8205 commit 2b03046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-numpy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1
pkgver=2.1.1
pkgrel=1
pkgdesc="Fundamental package for array computing in Python. (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -36,7 +36,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=('485b87235796410c3519a699cfe1faab097e509e90ebb05dcd098db2ae87e7b3'
sha256sums=('d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd'
'3506a9c877541045ba06e118ebd37c010b5e165f90264675c04a0f935b294ea4')

# Helper macros to help make tasks easier #
Expand Down

0 comments on commit 2b03046

Please sign in to comment.