From 0e905f125964103dccb5cc2bc59a7724b2c3db7a Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Tue, 16 Sep 2025 01:32:35 +0000 Subject: [PATCH] bump(main/python-grpcio): 1.75.0 This commit has been automatically submitted by Github Actions. --- packages/python-grpcio/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/python-grpcio/build.sh b/packages/python-grpcio/build.sh index 75d0f602e6..5c4436966c 100644 --- a/packages/python-grpcio/build.sh +++ b/packages/python-grpcio/build.sh @@ -3,8 +3,7 @@ TERMUX_PKG_DESCRIPTION="High performance, open source, general RPC framework tha TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_SRCURL=git+https://github.com/grpc/grpc -TERMUX_PKG_VERSION="1.74.1" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="1.75.0" TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag" TERMUX_PKG_DEPENDS="abseil-cpp, c-ares, ca-certificates, libc++, libre2, openssl, python, zlib"