[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: googlebenchmark: Update to 1.8.3.
From: |
guix-commits |
Subject: |
05/06: gnu: googlebenchmark: Update to 1.8.3. |
Date: |
Tue, 27 Feb 2024 05:52:08 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3f0efd6a5889093aef29ee95efff478cb2feccc3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jan 30 18:07:35 2024 +0000
gnu: googlebenchmark: Update to 1.8.3.
* gnu/packages/check.scm (googlebenchmark): Update to 1.8.3.
Change-Id: I7fb761304e180f5b1cd5031a970909fba2dca1d7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 5237f93a93..5428098c15 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -942,7 +942,7 @@ generation.")
(define-public googlebenchmark
(package
(name "googlebenchmark")
- (version "1.8.2")
+ (version "1.8.3")
(home-page "https://github.com/google/benchmark")
(source (origin
(method git-fetch)
@@ -951,7 +951,7 @@ generation.")
(file-name (git-file-name "google-benchmark" version))
(sha256
(base32
- "1p72bw7xcd88d8268fmmzji59408f552fbiv37jmsixml5dmq9wv"))))
+ "1hf8xrdd9k57kw3mpdi68a78fd96vzdqv3179v2yy5dxx336ffw3"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
- branch master updated (99e5f3cd14 -> 75bad75367), guix-commits, 2024/02/27
- 03/06: doc: Document required setup steps for Nix service., guix-commits, 2024/02/27
- 04/06: gnu: Add yambar-wayland., guix-commits, 2024/02/27
- 01/06: gnu: petsc: Reduce closure size., guix-commits, 2024/02/27
- 06/06: gnu: gdb: Update to 14.1., guix-commits, 2024/02/27
- 05/06: gnu: googlebenchmark: Update to 1.8.3.,
guix-commits <=
- 02/06: gnu: pspp: Update to 2.0.0., guix-commits, 2024/02/27