GNU bug report logs - #68826
[PATCH] gnu: googlebenchmark: Update to 1.8.3.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 30 Jan 2024 18:09:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Greg Hogan <code <at> greghogan.com>
To: 68826 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [bug#68826] [PATCH] gnu: googlebenchmark: Update to 1.8.3.
Date: Tue, 30 Jan 2024 18:07:35 +0000
* gnu/packages/check.scm (googlebenchmark): Update to 1.8.3.

Change-Id: I7fb761304e180f5b1cd5031a970909fba2dca1d7
---
 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 4f593cde8d..198cc8f6ce 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -940,7 +940,7 @@ (define-public googletest-1.8
 (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)
@@ -949,7 +949,7 @@ (define-public googlebenchmark
               (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"

base-commit: dd5ff43ae2d1d5ba0fecc551bffeb1fb36c38162
-- 
2.43.0





This bug report was last modified 1 year and 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.