[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/26: gnu: benchmark: Update to 1.5.6.
From: |
guix-commits |
Subject: |
20/26: gnu: benchmark: Update to 1.5.6. |
Date: |
Fri, 3 Sep 2021 17:27:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 90b86970eb6a024354a85e8dfa2d294bbda39162
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 20:08:59 2021 +0200
gnu: benchmark: Update to 1.5.6.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.6.
[arguments]: Don't return #t from phases.
---
gnu/packages/benchmark.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index b8f5d7f..93be96e 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -222,7 +222,7 @@ This can give a much better understanding of the command's
performance.")
(define-public benchmark
(package
(name "benchmark")
- (version "1.5.5")
+ (version "1.5.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -231,7 +231,7 @@ This can give a much better understanding of the command's
performance.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf"))))
+ "030g4d8vpn2442dsap0qw86lsw7xfl36k0x0x9bn0vvm11qvjn8c"))))
(build-system cmake-build-system)
(native-inputs
`(("googletest-source" ,(package-source googletest))
@@ -242,8 +242,7 @@ This can give a much better understanding of the command's
performance.")
(add-after 'unpack 'unpack-googletest
(lambda* (#:key inputs #:allow-other-keys)
(copy-recursively (assoc-ref inputs "googletest-source")
- "googletest")
- #t)))))
+ "googletest"))))))
(home-page "https://github.com/google/benchmark")
(synopsis "Microbenchmark support library")
(description
- 03/26: gnu: nginx: Update to 1.21.2., (continued)
- 03/26: gnu: nginx: Update to 1.21.2., guix-commits, 2021/09/03
- 05/26: gnu: nftables: Update to 1.0.0., guix-commits, 2021/09/03
- 02/26: gnu: mtools: Update to 4.0.35., guix-commits, 2021/09/03
- 06/26: gnu: nftables: Omit static library., guix-commits, 2021/09/03
- 07/26: gnu: hplip: Update to 3.21.6., guix-commits, 2021/09/03
- 08/26: gnu: inxi-minimal: Update to 3.3.06-1., guix-commits, 2021/09/03
- 09/26: gnu: igt-gpu-tools: Update to 1.26., guix-commits, 2021/09/03
- 10/26: gnu: lldpd: Update to 1.0.12., guix-commits, 2021/09/03
- 14/26: gnu: xrandr-invert-colors: Update to 0.02., guix-commits, 2021/09/03
- 17/26: gnu: 0xffff: Update to 0.9., guix-commits, 2021/09/03
- 20/26: gnu: benchmark: Update to 1.5.6.,
guix-commits <=
- 15/26: gnu: xrandr-invert-colors: Fix executable name., guix-commits, 2021/09/03
- 16/26: gnu: balsa: Update to 2.6.3., guix-commits, 2021/09/03
- 18/26: gnu: 0xffff: Prepare for cross-compilation., guix-commits, 2021/09/03
- 19/26: gnu: cjson: Update to 1.7.15., guix-commits, 2021/09/03
- 21/26: gnu: drumstick: Update to 2.3.1., guix-commits, 2021/09/03
- 25/26: gnu: samplv1: Update to 0.9.23., guix-commits, 2021/09/03
- 26/26: gnu: padthv1: Update to 0.9.23., guix-commits, 2021/09/03
- 12/26: gnu: libostree: Update to 2021.3., guix-commits, 2021/09/03
- 11/26: gnu: bcachefs-tools: Update to 0.1-9.6c42566., guix-commits, 2021/09/03
- 13/26: gnu: vsftpd: Update to 3.0.5., guix-commits, 2021/09/03