summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-09-17 13:11:34 +0200
committerAndreas Enge <andreas@enge.fr>2025-09-17 13:16:55 +0200
commita480ab6908e8a85607864223612f2bc7c11a011b (patch)
treee4e17e6265b1bba68863fa600520021ab016b287 /gnu/packages/cpp.scm
parent117cd790d8b86cd46a6678c42adf79ea19ad351f (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.scm5
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")