gnu: bear: Update to 3.1.6.

* gnu/packages/build-tools.scm (bear): Update to 3.1.6.
[inputs]: Remove fmt-8 and spdlog-1.10; add fmt-9 and spdlog-1.13.
[native-inputs]: Remove abseil-cpp-cxxstd11; add abseil-cpp.

Change-Id: I62493e84b601f658289a17ce24f024a7049f56df
This commit is contained in:
Andreas Enge 2025-08-05 17:51:05 +02:00
parent cc10ff83c1
commit f42898c17d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -129,7 +129,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(define-public bear (define-public bear
(package (package
(name "bear") (name "bear")
(version "3.1.4") (version "3.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -138,7 +138,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1x99d2cycgxay62cz2ypjjkmjgrbdvz5d3pg4fyv0gnq2srnlcnm")))) (base32 "0pnrsnwvsqby0vgb33zsrjznb7l82ji7i4aigk32hg3rl674qqvx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases
@ -157,15 +157,15 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(invoke "ctest"))))))) (invoke "ctest")))))))
(inputs (inputs
`(("c-ares" ,c-ares) `(("c-ares" ,c-ares)
("fmt" ,fmt-8) ("fmt" ,fmt-9)
("grpc" ,grpc) ("grpc" ,grpc)
("nlohmann-json" ,nlohmann-json) ("nlohmann-json" ,nlohmann-json)
("protobuf" ,protobuf) ("protobuf" ,protobuf)
("python" ,python-wrapper) ("python" ,python-wrapper)
("re2" ,re2) ("re2" ,re2)
("spdlog" ,spdlog-1.10))) ("spdlog" ,spdlog-1.13)))
(native-inputs (native-inputs
`(("abseil-cpp" ,abseil-cpp-cxxstd11) `(("abseil-cpp" ,abseil-cpp)
("googletest" ,googletest) ("googletest" ,googletest)
("openssl" ,openssl) ("openssl" ,openssl)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)