1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: benchmark: Update to 1.9.4.

* gnu/packages/benchmark.scm (benchmark): Update to 1.9.4.

Change-Id: I299bccbf0f77f47f8e07c7d5ac8d4d0c450cc3c5
This commit is contained in:
Greg Hogan
2025-08-25 18:20:16 +00:00
parent 1b9b108fea
commit 3694d9c295
+2 -2
View File
@@ -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))