oom pushed a commit to branch master
in repository guix.
commit 5bf7d80535720077aec104a9904480d08b9b4f2b
Author: Aaron Covrig <[email protected]>
AuthorDate: Fri Mar 21 13:25:25 2025 -0400
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 <[email protected]>
---
gnu/packages/check.scm | 4 ++--
1 file 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"