[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: googletest: Update to 1.12.1.
From: |
guix-commits |
Subject: |
18/19: gnu: googletest: Update to 1.12.1. |
Date: |
Fri, 16 Sep 2022 16:45:33 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 85c7e40ca842be6d8c88dbd6e2e194a6a7c05a96
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Sep 9 18:58:32 2022 +0000
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>
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 4a42bc7eca..bdd7ad1f3e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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")))
- 15/19: gnu: libtiff: Fix CVE-2022-34526., (continued)
- 15/19: gnu: libtiff: Fix CVE-2022-34526., guix-commits, 2022/09/16
- 17/19: gnu: Remove wayland-protocols-next., guix-commits, 2022/09/16
- 12/19: gnu: tevent: Update to 0.13.0., guix-commits, 2022/09/16
- 06/19: gnu: libksba: Update to 1.6.1., guix-commits, 2022/09/16
- 10/19: gnu: samba: Update to 4.17.0., guix-commits, 2022/09/16
- 16/19: gnu: QPDF: Update to 11.1.0., guix-commits, 2022/09/16
- 13/19: gnu: tdb: Update to 1.4.7., guix-commits, 2022/09/16
- 14/19: gnu: ldb: Update to 2.6.1., guix-commits, 2022/09/16
- 11/19: gnu: talloc: Update to 2.3.4., guix-commits, 2022/09/16
- 19/19: gnu: abseil-cpp: Re-enable testing., guix-commits, 2022/09/16
- 18/19: gnu: googletest: Update to 1.12.1.,
guix-commits <=