diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-30 19:20:43 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-06 10:08:32 +0200 |
| commit | b283c8cb462c4ae97041e63aff9b53c569696c40 (patch) | |
| tree | 99f3f7aef265754859b7391b719f2d1161e7e2a2 /gnu | |
| parent | f2c32b08a7f6b16d6b9341ee8028468c96bd97fa (diff) | |
gnu: python-grpcio-tools: Update to 1.52.0.
* gnu/packages/rpc.scm (python-grpcio-tools): Update to 1.52.0.
[propagated-inputs]: Replace python-protobuf by python-protobuf-4.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rpc.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm index 2f3f3a25adf..36c937dcef8 100644 --- a/gnu/packages/rpc.scm +++ b/gnu/packages/rpc.scm @@ -263,7 +263,7 @@ with the HTTP/2-based RPC framework gRPC.") (define-public python-grpcio-tools (package (name "python-grpcio-tools") - (version "1.47.0") + (version "1.52.0") (source (origin (method url-fetch) @@ -273,7 +273,7 @@ with the HTTP/2-based RPC framework gRPC.") ;; This file is auto-generated. '(delete-file "grpc_tools/_protoc_compiler.cpp")) (sha256 - (base32 "0g3xwv55lvf5w64zb44dipwqz7729cbqc7rib77ddqab91w56jzn")))) + (base32 "0m5xwhz3l0n3b1bzjncynwflnc5iyv4xrjq046ppcck4rpj9fgn0")))) (build-system pyproject-build-system) (arguments (list @@ -283,7 +283,7 @@ with the HTTP/2-based RPC framework gRPC.") (lambda _ (setenv "GRPC_PYTHON_BUILD_WITH_CYTHON" "1")))))) (native-inputs (list python-cython python-setuptools python-wheel)) - (propagated-inputs (list python-grpcio python-protobuf)) + (propagated-inputs (list python-grpcio python-protobuf-4)) (home-page "https://grpc.io") (synopsis "Protobuf code generator for gRPC") (description |
