From d1982dc6e2126f9de7d410271137346e2b299cc6 Mon Sep 17 00:00:00 2001 From: TUR Github Actions Date: Mon, 27 Jan 2025 01:08:44 +0000 Subject: [PATCH] bump(tur/python-scikit-image): 0.25.1 This commit has been automatically submitted by Github Actions. --- tur/python-scikit-image/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tur/python-scikit-image/build.sh b/tur/python-scikit-image/build.sh index 87d1984ac..28515d55c 100644 --- a/tur/python-scikit-image/build.sh +++ b/tur/python-scikit-image/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/scikit-image/scikit-image TERMUX_PKG_DESCRIPTION="Image processing in Python" TERMUX_PKG_LICENSE="BSD 2-Clause, BSD 3-Clause, MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" -TERMUX_PKG_VERSION="0.25.0" +TERMUX_PKG_VERSION="0.25.1" TERMUX_PKG_SRCURL=https://github.com/scikit-image/scikit-image/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=7e7ec5cdac70f6df2dd6151cc27d4b8b6f2e029b4485b7635bb9522dc7023ddb +TERMUX_PKG_SHA256=759d559b40600f71d1c6e789e93a064e8581099ceb4f126d9b2eb56836f21097 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libandroid-complex-math, libc++, python, python-pip, python-numpy, python-pillow, python-pywavelets, python-scipy" TERMUX_PKG_ANTI_BUILD_DEPENDS="python-pillow, python-pywavelets, python-scipy"