me
/
guix
Archived
1
0
Fork 0

gnu: googlebenchmark: Update to 1.8.2.

* gnu/packages/check.scm (googlebenchmark): Update to 1.8.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Greg Hogan 2023-08-07 19:21:58 +00:00 committed by Ludovic Courtès
parent 97f062f33c
commit f2555ceeef
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -978,7 +978,7 @@ generation.")
(define-public googlebenchmark
(package
(name "googlebenchmark")
(version "1.5.3")
(version "1.8.2")
(home-page "https://github.com/google/benchmark")
(source (origin
(method git-fetch)
@ -987,7 +987,7 @@ generation.")
(file-name (git-file-name "google-benchmark" version))
(sha256
(base32
"1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
"1p72bw7xcd88d8268fmmzji59408f552fbiv37jmsixml5dmq9wv"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"