From 5eef60cb671d07841ac12beae5136144aab0f6e4 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Wed, 4 Feb 2026 20:47:18 +0000 Subject: [PATCH] bump(main/python-grpcio): 1.78.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 598922c1e4..345731cc4d 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.76.0" -TERMUX_PKG_REVISION=3 +TERMUX_PKG_VERSION="1.78.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, python-pip, zlib"