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:
parent
8f8000a95f
commit
159bf4ac24
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user