mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: benchmark: Update to 1.5.3.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.3.
This commit is contained in:
parent
90b4890c63
commit
0e801d353e
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue