guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: benchmark: Update to 1.5.5.


From: guix-commits
Subject: 14/18: gnu: benchmark: Update to 1.5.5.
Date: Wed, 30 Jun 2021 15:36:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 71cd2654198fad52e6302857b6d30f3ef069526d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 30 15:13:13 2021 +0200

    gnu: benchmark: Update to 1.5.5.
    
    * gnu/packages/benchmark.scm (benchmark): Update to 1.5.5.
---
 gnu/packages/benchmark.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 681408a..36465e4 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -221,7 +221,7 @@ This can give a much better understanding of the command's 
performance.")
 (define-public benchmark
   (package
     (name "benchmark")
-    (version "1.5.3")
+    (version "1.5.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -230,7 +230,7 @@ This can give a much better understanding of the command's 
performance.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
+                "1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("googletest-source" ,(package-source googletest))



reply via email to

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