Skip to content

Commit

Permalink
Merge pull request #19672 from lazka/python-numpy-1.26.3
Browse files Browse the repository at this point in the history
python-numpy: Update to 1.26.3
  • Loading branch information
lazka authored Jan 7, 2024
2 parents 323ff41 + e226692 commit e11b731
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=1.26.2
pkgver=1.26.3
pkgrel=1
pkgdesc="Scientific tools for Python (mingw-w64)"
arch=('any')
Expand All @@ -30,7 +30,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=('f65738447676ab5777f11e6bbbdb8ce11b785e105f690bc45966574816b6d3ea'
sha256sums=('697df43e2b6310ecc9d95f05d5ef20eacc09c7c4ecc9da3f235d39e71b7da1e4'
'cafc924fd11d8653a49970d0cce5b31869cce0e8996a3ae57bcbccca96bc8eb3')

# Helper macros to help make tasks easier #
Expand Down

0 comments on commit e11b731

Please sign in to comment.