summaryrefslogtreecommitdiff
path: root/gnu/packages/benchmark.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 15:13:13 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 21:34:28 +0200
commit71cd2654198fad52e6302857b6d30f3ef069526d (patch)
treef757d86639efe29011a1bfbe754fe4be6e6232ad /gnu/packages/benchmark.scm
parent73e732fd21f7536b47f563768744443f7e6335d8 (diff)
gnu: benchmark: Update to 1.5.5.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.5.
Diffstat (limited to 'gnu/packages/benchmark.scm')
-rw-r--r--gnu/packages/benchmark.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 681408a4e64..36465e4e7d2 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -221,7 +221,7 @@ This can give a much better understanding of the command's performance.")
221(define-public benchmark 221(define-public benchmark
222 (package 222 (package
223 (name "benchmark") 223 (name "benchmark")
224 (version "1.5.3") 224 (version "1.5.5")
225 (source (origin 225 (source (origin
226 (method git-fetch) 226 (method git-fetch)
227 (uri (git-reference 227 (uri (git-reference
@@ -230,7 +230,7 @@ This can give a much better understanding of the command's performance.")
230 (file-name (git-file-name name version)) 230 (file-name (git-file-name name version))
231 (sha256 231 (sha256
232 (base32 232 (base32
233 "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7")))) 233 "1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf"))))
234 (build-system cmake-build-system) 234 (build-system cmake-build-system)
235 (native-inputs 235 (native-inputs
236 `(("googletest-source" ,(package-source googletest)) 236 `(("googletest-source" ,(package-source googletest))