diff options
author | Aaron Covrig <aaron.covrig.us@ieee.org> | 2025-03-21 13:25:25 -0400 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-03-21 19:35:38 +0000 |
commit | 5bf7d80535720077aec104a9904480d08b9b4f2b (patch) | |
tree | 806b392ecc2fcabb3b11ff4e5c550e38dc9e363b | |
parent | 6fbb2f11d2ac08d816b5f087103698319f806430 (diff) | |
download | guix-5bf7d80535720077aec104a9904480d08b9b4f2b.tar.gz guix-5bf7d80535720077aec104a9904480d08b9b4f2b.zip |
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>
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 4994a10f11..819dbba08f 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -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" |