[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67632: [PATCH 2/2] gnu: python-dm-tree: Pin abseil-cpp version.
From: |
Greg Hogan |
Subject: |
bug#67632: [PATCH 2/2] gnu: python-dm-tree: Pin abseil-cpp version. |
Date: |
Tue, 5 Dec 2023 19:48:03 +0000 |
* gnu/packages/python-xyz.scm (python-dm-tree)[inputs]: Replace
static-abseil-cpp with static-abseil-cpp-20220623.1.
Change-Id: Ia83175c266eeea5bab9dac4282e39d9f71b06052
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f458196fa..9b3c917e7a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5890,7 +5890,7 @@ (define-public python-dm-tree
;; We link the static abseil libraries here to avoid problems in
;; downstream libraries using potentially different variants of
;; abseil-cpp. This is also what's done in the upstream CMake build.
- (inputs (list pybind11 static-abseil-cpp python))
+ (inputs (list pybind11 static-abseil-cpp-20220623.1 python))
(propagated-inputs (list python-wheel
python-absl-py
python-attrs
--
2.40.1