1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: bear: Replace spdlog with spdlog-1.10.

* gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with
spdlog-1.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan
2022-11-07 19:47:43 +00:00
committed by Ludovic Courtès
parent 8f8000a95f
commit 159bf4ac24

View File

@@ -141,7 +141,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
("protobuf" ,protobuf)
("python" ,python-wrapper)
("re2" ,re2)
("spdlog" ,spdlog)))
("spdlog" ,spdlog-1.10)))
(native-inputs
`(("abseil-cpp" ,abseil-cpp)
("googletest" ,googletest)