unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68826] [PATCH] gnu: googlebenchmark: Update to 1.8.3.
@ 2024-01-30 18:07 Greg Hogan
  2024-02-27 10:37 ` bug#68826: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-01-30 18:07 UTC (permalink / raw)
  To: 68826; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68826: [PATCH] gnu: googlebenchmark: Update to 1.8.3.
  2024-01-30 18:07 [bug#68826] [PATCH] gnu: googlebenchmark: Update to 1.8.3 Greg Hogan
@ 2024-02-27 10:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-27 10:37 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 68826-done

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/check.scm (googlebenchmark): Update to 1.8.3.
>
> Change-Id: I7fb761304e180f5b1cd5031a970909fba2dca1d7

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-27 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 18:07 [bug#68826] [PATCH] gnu: googlebenchmark: Update to 1.8.3 Greg Hogan
2024-02-27 10:37 ` bug#68826: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).