~ruther/guix-local

13b97f05004a2a9a5b76fbcb77e2a29810c25a50 — Nicolas Graves 1 year, 2 months ago f7b221d
gnu: python-grpcio: Update to 1.52.0.

* gnu/packages/rpc.scm (python-grpcio): Update to 1.52.0.
[inputs]: Replace abseil-cpp-20211102.0 by abseil-cpp-cxxstd11.
Replace grpc-for-python-grpcio by grpc.

Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/rpc.scm
M gnu/packages/rpc.scm => gnu/packages/rpc.scm +3 -4
@@ 216,14 216,13 @@ type information of gRPC.")
(define-public python-grpcio
  (package
    (name "python-grpcio")
    (version "1.47.0")
    (version "1.52.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "grpcio" version))
       (sha256
        (base32
         "00gqhz0b1sqnfx6zy7h5z41b6mpsq57r1f3p95xradcvmdgskfsx"))
        (base32 "1nsgm8q4yahzdab4m3irffdw9zklq4kb7f8hki1ayfgw54ysim55"))
       (modules '((guix build utils) (ice-9 ftw)))
       (snippet
        '(begin


@@ 268,7 267,7 @@ type information of gRPC.")
              (substitute* '("setup.py" "src/python/grpcio/commands.py")
                (("'cc'") "'gcc'")))))))
    (inputs
     (list abseil-cpp-20211102.0 c-ares grpc-for-python-grpcio openssl re2 zlib))
     (list abseil-cpp-cxxstd11 c-ares grpc openssl re2 zlib))
    (native-inputs
     (list python-cython python-setuptools python-wheel))
    (propagated-inputs