gnu: googlebenchmark: Update to v1.9.1.

* gnu/packages/check.scm (googlebenchmark): Update to 1.9.1.

Change-Id: Idb03c9ad2b7e2f66f08ed35255a55c5ab8f46ebb
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Aaron Covrig 2025-03-21 13:25:25 -04:00 committed by Greg Hogan
parent 6fbb2f11d2
commit 5bf7d80535
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -1104,7 +1104,7 @@ generation.")
(define-public googlebenchmark
(package
(name "googlebenchmark")
(version "1.8.3")
(version "1.9.1")
(home-page "https://github.com/google/benchmark")
(source (origin
(method git-fetch)
@ -1113,7 +1113,7 @@ generation.")
(file-name (git-file-name "google-benchmark" version))
(sha256
(base32
"1hf8xrdd9k57kw3mpdi68a78fd96vzdqv3179v2yy5dxx336ffw3"))))
"1ky51j4hbqcaxp7i7sfiyh1435mgyijgbfgc48bbmi52vgay0477"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"