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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -141,7 +141,7 @@ (define-public bear
("protobuf" ,protobuf)
("python" ,python-wrapper)
("re2" ,re2)
("spdlog" ,spdlog)))
("spdlog" ,spdlog-1.10)))
(native-inputs
`(("abseil-cpp" ,abseil-cpp)
("googletest" ,googletest)