gnu: benchmark: Update to 1.5.3.

* gnu/packages/benchmark.scm (benchmark): Update to 1.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-01 12:36:17 +02:00
parent 90b4890c63
commit 0e801d353e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -227,7 +227,7 @@ (define-public multitime
(define-public benchmark
(package
(name "benchmark")
(version "1.5.2")
(version "1.5.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -236,7 +236,7 @@ (define-public benchmark
(file-name (git-file-name name version))
(sha256
(base32
"13rxagpzw6bal6ajlmrxlh9kgfvcixn6j734b2bvfqz7lch8n0pa"))))
"1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
(build-system cmake-build-system)
(native-inputs
`(("googletest-source" ,(package-source googletest))