diff options
author | 2025-06-12 23:22:02 -0700 | |
---|---|---|
committer | 2025-06-14 08:43:14 +0700 | |
commit | 5e50a1776a0ead3ddf6fa61b9511f3db592ba393 (patch) | |
tree | e8b997765a38ede2247d4d76a045d727adc1f075 | |
parent | 93f5278e6f8dace4f0c5c1ed690d58c072f63f35 (diff) | |
download | slackbuilds-5e50a1776a0ead3ddf6fa61b9511f3db592ba393.tar.gz slackbuilds-5e50a1776a0ead3ddf6fa61b9511f3db592ba393.tar.xz |
python/python3-grpcio: Update for 1.73.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-grpcio/python3-grpcio.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-grpcio/python3-grpcio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild index b2a3c87bd4..d4ac358e51 100644 --- a/python/python3-grpcio/python3-grpcio.SlackBuild +++ b/python/python3-grpcio/python3-grpcio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-grpcio -VERSION=${VERSION:-1.72.1} +VERSION=${VERSION:-1.73.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-grpcio/python3-grpcio.info b/python/python3-grpcio/python3-grpcio.info index 23d5891f2b..d8dbf6887e 100644 --- a/python/python3-grpcio/python3-grpcio.info +++ b/python/python3-grpcio/python3-grpcio.info @@ -1,8 +1,8 @@ PRGNAM="python3-grpcio" -VERSION="1.72.1" +VERSION="1.73.0" HOMEPAGE="https://grpc.io/" -DOWNLOAD="https://github.com/grpc/grpc/archive/v1.72.1/grpc-1.72.1.tar.gz" -MD5SUM="554ca144456e134c9cf26e77c589a24f" +DOWNLOAD="https://github.com/grpc/grpc/archive/v1.73.0/grpc-1.73.0.tar.gz" +MD5SUM="fe276d4846323aa5a95540d9491bf683" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf3 re2" |