me
/
guix
Archived
1
0
Fork 0

gnu: benchmark: Update to 1.5.3.

* gnu/packages/benchmark.scm (benchmark): Update to 1.5.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ This can give a much better understanding of the command's performance.")
(define-public benchmark (define-public benchmark
(package (package
(name "benchmark") (name "benchmark")
(version "1.5.2") (version "1.5.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -236,7 +236,7 @@ This can give a much better understanding of the command's performance.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13rxagpzw6bal6ajlmrxlh9kgfvcixn6j734b2bvfqz7lch8n0pa")))) "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("googletest-source" ,(package-source googletest)) `(("googletest-source" ,(package-source googletest))