diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 20:08:59 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 23:26:21 +0200 |
| commit | 90b86970eb6a024354a85e8dfa2d294bbda39162 (patch) | |
| tree | d146de0b634feebadbfd9533d186adfca7c8d474 /gnu/packages/benchmark.scm | |
| parent | dde56d8377d41a13371fe5a95feec719427e84c9 (diff) | |
gnu: benchmark: Update to 1.5.6.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.6.
[arguments]: Don't return #t from phases.
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index b8f5d7f687d..93be96eb858 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.") | |||
| 222 | (define-public benchmark | 222 | (define-public benchmark |
| 223 | (package | 223 | (package |
| 224 | (name "benchmark") | 224 | (name "benchmark") |
| 225 | (version "1.5.5") | 225 | (version "1.5.6") |
| 226 | (source (origin | 226 | (source (origin |
| 227 | (method git-fetch) | 227 | (method git-fetch) |
| 228 | (uri (git-reference | 228 | (uri (git-reference |
| @@ -231,7 +231,7 @@ This can give a much better understanding of the command's performance.") | |||
| 231 | (file-name (git-file-name name version)) | 231 | (file-name (git-file-name name version)) |
| 232 | (sha256 | 232 | (sha256 |
| 233 | (base32 | 233 | (base32 |
| 234 | "1ijv4idcjsyy61dab59ywbx0xdbws44kxgqjr1ylaxzwknh745qf")))) | 234 | "030g4d8vpn2442dsap0qw86lsw7xfl36k0x0x9bn0vvm11qvjn8c")))) |
| 235 | (build-system cmake-build-system) | 235 | (build-system cmake-build-system) |
| 236 | (native-inputs | 236 | (native-inputs |
| 237 | `(("googletest-source" ,(package-source googletest)) | 237 | `(("googletest-source" ,(package-source googletest)) |
| @@ -242,8 +242,7 @@ This can give a much better understanding of the command's performance.") | |||
| 242 | (add-after 'unpack 'unpack-googletest | 242 | (add-after 'unpack 'unpack-googletest |
| 243 | (lambda* (#:key inputs #:allow-other-keys) | 243 | (lambda* (#:key inputs #:allow-other-keys) |
| 244 | (copy-recursively (assoc-ref inputs "googletest-source") | 244 | (copy-recursively (assoc-ref inputs "googletest-source") |
| 245 | "googletest") | 245 | "googletest")))))) |
| 246 | #t))))) | ||
| 247 | (home-page "https://github.com/google/benchmark") | 246 | (home-page "https://github.com/google/benchmark") |
| 248 | (synopsis "Microbenchmark support library") | 247 | (synopsis "Microbenchmark support library") |
| 249 | (description | 248 | (description |
