diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-17 13:11:34 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-17 13:16:55 +0200 |
| commit | a480ab6908e8a85607864223612f2bc7c11a011b (patch) | |
| tree | e4e17e6265b1bba68863fa600520021ab016b287 /gnu/packages/cpp.scm | |
| parent | 117cd790d8b86cd46a6678c42adf79ea19ad351f (diff) | |
gnu: Remove grpc-1.16.1.
* gnu/packages/rpc.scm (grpc-1.16.1): Delete variable.
* gnu/packages/cpp.scm (abseil-cpp-20200923.3): Update comment.
Change-Id: Ibc4efd08a6b28ff38dfe47ec765e1f4ef497d3ed
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index cf136ae9e3..9f177f6b9f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2042,9 +2042,8 @@ point and then, after each tween step, plugging back the result.") (license license:expat))) (define-public abseil-cpp-20200923.3 - ;; "guix refresh -l" shows no dependents of this package, but by input - ;; rewriting, grpc-1.16.1 depends on it; - ;; in turn this is an input to hyperledger-iroha and tensorflow. + ;; This is not needed anymore except as a base of inheritance for + ;; abseil-cpp-20220623. (package (name "abseil-cpp") (version "20200923.3") |
