diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-25 18:20:16 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-25 18:22:08 +0000 |
| commit | 3694d9c2955cb0909d9881680fe8c1188fe6bc34 (patch) | |
| tree | e995c7cf8c7e60cbeedd8056a62fd9e5f189694f | |
| parent | 1b9b108feaedce81d8b20e499491513e5e57915b (diff) | |
gnu: benchmark: Update to 1.9.4.
* gnu/packages/benchmark.scm (benchmark): Update to 1.9.4.
Change-Id: I299bccbf0f77f47f8e07c7d5ac8d4d0c450cc3c5
| -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 c20722245f..6f705e760c 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm @@ -233,7 +233,7 @@ This can give a much better understanding of the command's performance.") (define-public benchmark (package (name "benchmark") - (version "1.5.6") + (version "1.9.4") (source (origin (method git-fetch) (uri (git-reference @@ -242,7 +242,7 @@ This can give a much better understanding of the command's performance.") (file-name (git-file-name name version)) (sha256 (base32 - "030g4d8vpn2442dsap0qw86lsw7xfl36k0x0x9bn0vvm11qvjn8c")))) + "05b5sf0dmgr5s9dbvasg8rndh754kkc4chni6ynqa1h8m5q0kg1z")))) (build-system cmake-build-system) (native-inputs `(("googletest-source" ,(package-source googletest)) |
