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 9c59623564
commit 169354db38
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -697,7 +697,7 @@ test coverage and has a web user interface that will refresh automatically.")
(define-public googletest
(package
(name "googletest")
(version "1.10.0")
(version "1.11.0")
(source
(origin
(method git-fetch)
@ -706,7 +706,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 "1zbmab9295scgg4z2vclgfgjchfjailjnvzc6f5x9jvlsdi3dpwz"))))
(base32 "0pd4y1gpx1z8fiyarkvqlmk6hbv0lc8fr00ivnsvqzi1xg34jfaa"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))