summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/benchmark.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index b8f5d7f687d..93be96eb858 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -222,7 +222,7 @@ This can give a much better understanding of the command's performance.")
222(define-public benchmark 222(define-public benchmark
223 (package 223 (package
224 (name "benchmark") 224 (name "benchmark")
225 (version "1.5.5") 225 (version "1.5.6")
226 (source (origin 226 (source (origin
227 (method git-fetch) 227 (method git-fetch)
228 (uri (git-reference 228 (uri (git-reference
@@ -231,7 +231,7 @@ This can give a much better understanding of the command's performance.")
231 (file-name (git-file-name name version)) 231 (file-name (git-file-name name version))
232 (sha256 232 (sha256
233 (base32 233 (base32
234 "1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf")))) 234 "030g4d8vpn2442dsap0qw86lsw7xfl36k0x0x9bn0vvm11qvjn8c"))))
235 (build-system cmake-build-system) 235 (build-system cmake-build-system)
236 (native-inputs 236 (native-inputs
237 `(("googletest-source" ,(package-source googletest)) 237 `(("googletest-source" ,(package-source googletest))
@@ -242,8 +242,7 @@ This can give a much better understanding of the command's performance.")
242 (add-after 'unpack 'unpack-googletest 242 (add-after 'unpack 'unpack-googletest
243 (lambda* (#:key inputs #:allow-other-keys) 243 (lambda* (#:key inputs #:allow-other-keys)
244 (copy-recursively (assoc-ref inputs "googletest-source") 244 (copy-recursively (assoc-ref inputs "googletest-source")
245 "googletest") 245 "googletest"))))))
246 #t)))))
247 (home-page "https://github.com/google/benchmark") 246 (home-page "https://github.com/google/benchmark")
248 (synopsis "Microbenchmark support library") 247 (synopsis "Microbenchmark support library")
249 (description 248 (description