guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: googlebenchmark: Update to 1.8.2.


From: guix-commits
Subject: 04/05: gnu: googlebenchmark: Update to 1.8.2.
Date: Mon, 21 Aug 2023 10:17:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f2555ceeef7a9d861d96ac582d1088f77e4c7c30
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Mon Aug 7 19:21:58 2023 +0000

    gnu: googlebenchmark: Update to 1.8.2.
    
    * gnu/packages/check.scm (googlebenchmark): Update to 1.8.2.
    
    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 1d70ea9fe0..c057bf3443 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -978,7 +978,7 @@ generation.")
 (define-public googlebenchmark
   (package
     (name "googlebenchmark")
-    (version "1.5.3")
+    (version "1.8.2")
     (home-page "https://github.com/google/benchmark";)
     (source (origin
               (method git-fetch)
@@ -987,7 +987,7 @@ generation.")
               (file-name (git-file-name "google-benchmark" version))
               (sha256
                (base32
-                "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
+                "1p72bw7xcd88d8268fmmzji59408f552fbiv37jmsixml5dmq9wv"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]