mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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:
parent
8f8000a95f
commit
159bf4ac24
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ (define-public bear
|
||||||
("protobuf" ,protobuf)
|
("protobuf" ,protobuf)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("re2" ,re2)
|
("re2" ,re2)
|
||||||
("spdlog" ,spdlog)))
|
("spdlog" ,spdlog-1.10)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("abseil-cpp" ,abseil-cpp)
|
`(("abseil-cpp" ,abseil-cpp)
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
|
|
Loading…
Reference in a new issue