Skip to content

Commit

Permalink
python-scikit-image: Update to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 10, 2024
1 parent 4ab3855 commit 9fe4de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-scikit-image/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ _pyname=scikit_image
_realname=scikit-image
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.22.0
pkgrel=4
pkgver=0.24.0
pkgrel=1
pkgdesc='Image processing routines for SciPy (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64')
Expand Down Expand Up @@ -43,7 +43,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for reading various types of ima
"${MINGW_PACKAGE_PREFIX}-python-pyamg: fast cg_mg mode of random walker segmentation")
options=('!strip' '!emptydirs')
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('018d734df1d2da2719087d15f679d19285fce97cd37695103deadfaef2873236')
sha256sums=('5d16efe95da8edbeb363e0c4157b99becbd650a60b77f6e3af5768b66cf007ab')

build() {
msg "Python build for ${MSYSTEM}"
Expand Down

0 comments on commit 9fe4de8

Please sign in to comment.