me
/
guix
Archived
1
0
Fork 0

gnu: googletest: Update to 1.11.0.

* gnu/packages/check.scm (googletest): Update to 1.11.0.
master
Greg Hogan 2021-09-14 13:19:29 +00:00 committed by Maxim Cournoyer
parent f4271bbd79
commit fd980bbf2f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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