mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: googlebenchmark: Update to v1.9.1.
* gnu/packages/check.scm (googlebenchmark): Update to 1.9.1. Change-Id: Idb03c9ad2b7e2f66f08ed35255a55c5ab8f46ebb Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
parent
6fbb2f11d2
commit
5bf7d80535
1 changed files with 2 additions and 2 deletions
|
|
@ -1104,7 +1104,7 @@ generation.")
|
|||
(define-public googlebenchmark
|
||||
(package
|
||||
(name "googlebenchmark")
|
||||
(version "1.8.3")
|
||||
(version "1.9.1")
|
||||
(home-page "https://github.com/google/benchmark")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1113,7 +1113,7 @@ generation.")
|
|||
(file-name (git-file-name "google-benchmark" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hf8xrdd9k57kw3mpdi68a78fd96vzdqv3179v2yy5dxx336ffw3"))))
|
||||
"1ky51j4hbqcaxp7i7sfiyh1435mgyijgbfgc48bbmi52vgay0477"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue