diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-01 12:36:17 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-01 21:11:48 +0200 |
| commit | 0e801d353ea040d19d133e4b3f3c20f579d3f751 (patch) | |
| tree | c56d921bceadf9d86f9d8a54dc401b21a12fe639 /gnu/packages/benchmark.scm | |
| parent | 90b4890c630637d1eb4711a7a57f610bbf9cfa57 (diff) | |
gnu: benchmark: Update to 1.5.3.
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.3.
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 5fd393ee8e9..2fc4082ed12 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.") | |||
| 227 | (define-public benchmark | 227 | (define-public benchmark |
| 228 | (package | 228 | (package |
| 229 | (name "benchmark") | 229 | (name "benchmark") |
| 230 | (version "1.5.2") | 230 | (version "1.5.3") |
| 231 | (source (origin | 231 | (source (origin |
| 232 | (method git-fetch) | 232 | (method git-fetch) |
| 233 | (uri (git-reference | 233 | (uri (git-reference |
| @@ -236,7 +236,7 @@ This can give a much better understanding of the command's performance.") | |||
| 236 | (file-name (git-file-name name version)) | 236 | (file-name (git-file-name name version)) |
| 237 | (sha256 | 237 | (sha256 |
| 238 | (base32 | 238 | (base32 |
| 239 | "13rxagpzw6bal6ajlmrxlh9kgfvcixn6j734b2bvfqz7lch8n0pa")))) | 239 | "1hls0aqqj5cfldn9jfpvzjhpxkhrydrz9crp477rwllwjsybdxw7")))) |
| 240 | (build-system cmake-build-system) | 240 | (build-system cmake-build-system) |
| 241 | (native-inputs | 241 | (native-inputs |
| 242 | `(("googletest-source" ,(package-source googletest)) | 242 | `(("googletest-source" ,(package-source googletest)) |
