guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: benchmark: Update to 1.5.3.


From: guix-commits
Subject: 01/05: gnu: benchmark: Update to 1.5.3.
Date: Sat, 1 May 2021 15:12:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0e801d353ea040d19d133e4b3f3c20f579d3f751
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 1 12:36:17 2021 +0200

    gnu: benchmark: Update to 1.5.3.
    
    * gnu/packages/benchmark.scm (benchmark): Update to 1.5.3.
---
 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 5fd393e..2fc4082 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -227,7 +227,7 @@ This can give a much better understanding of the command's 
performance.")
 (define-public benchmark
   (package
     (name "benchmark")
-    (version "1.5.2")
+    (version "1.5.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -236,7 +236,7 @@ This can give a much better understanding of the command's 
performance.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13rxagpzw6bal6ajlmrxlh9kgfvcixn6j734b2bvfqz7lch8n0pa"))))
+                "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("googletest-source" ,(package-source googletest))



reply via email to

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