me
/
guix
Archived
1
0
Fork 0

gnu: googletest: Update to 1.12.1.

* gnu/packages/check.scm (googletest): Update to 1.12.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Greg Hogan 2022-09-09 18:58:32 +00:00 committed by Marius Bakke
parent 2619fa3d77
commit 85c7e40ca8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -725,7 +725,7 @@ test coverage and has a web user interface that will refresh automatically.")
(define-public googletest
(package
(name "googletest")
(version "1.11.0")
(version "1.12.1")
(source
(origin
(method git-fetch)
@ -734,7 +734,7 @@ test coverage and has a web user interface that will refresh automatically.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0pd4y1gpx1z8fiyarkvqlmk6hbv0lc8fr00ivnsvqzi1xg34jfaa"))))
(base32 "1cv55x3amwrvfan9pr8dfnicwr8r6ar3yf6cg9v6nykd6m2v3qsv"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))