mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: benchmark: Update to 1.5.5.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.5.
This commit is contained in:
parent
73e732fd21
commit
71cd265419
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ (define-public multitime
|
||||||
(define-public benchmark
|
(define-public benchmark
|
||||||
(package
|
(package
|
||||||
(name "benchmark")
|
(name "benchmark")
|
||||||
(version "1.5.3")
|
(version "1.5.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -230,7 +230,7 @@ (define-public benchmark
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
|
"1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest-source" ,(package-source googletest))
|
`(("googletest-source" ,(package-source googletest))
|
||||||
|
|
Loading…
Reference in a new issue