guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/217: gnu: googletest: Update to 1.11.0.


From: guix-commits
Subject: 53/217: gnu: googletest: Update to 1.11.0.
Date: Sun, 14 Nov 2021 19:20:38 -0500 (EST)

vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit c68afe308192feec89a56cc66a06cf2a9fbf684f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Sep 14 13:19:29 2021 +0000

    gnu: googletest: Update to 1.11.0.
    
    * gnu/packages/check.scm (googletest): Update to 1.11.0.
---
 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 da13018..e6883df 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]