From 9fe4de8dc1a90bdee7d2402da1ee8f556bb3e1b2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 10 Oct 2024 09:24:27 +0200 Subject: [PATCH] python-scikit-image: Update to 0.24.0 --- mingw-w64-python-scikit-image/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-scikit-image/PKGBUILD b/mingw-w64-python-scikit-image/PKGBUILD index d0c5b195b1849..f87aee6a7eb03 100644 --- a/mingw-w64-python-scikit-image/PKGBUILD +++ b/mingw-w64-python-scikit-image/PKGBUILD @@ -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') @@ -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}"