guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: abseil-cpp: Update to 20200225.2.


From: guix-commits
Subject: 10/10: gnu: abseil-cpp: Update to 20200225.2.
Date: Sat, 30 May 2020 10:55:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6dcc17105e1fa86513dc29395a79d789216990b7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 30 02:24:34 2020 +0200

    gnu: abseil-cpp: Update to 20200225.2.
    
    * gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.2.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index b32f420..a1d82cc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -458,7 +458,7 @@ point and then, after each tween step, plugging back the 
result.")
 (define-public abseil-cpp
   (package
     (name "abseil-cpp")
-    (version "20200225.1")
+    (version "20200225.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -467,7 +467,7 @@ point and then, after each tween step, plugging back the 
result.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "035bffayslawc19q2gmlkr6n6r7k7mvriaq7352rv6gyzaplr98w"))))
+                "0dwxg54pv6ihphbia0iw65r64whd7v8nm4wwhcz219642cgpv54y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"



reply via email to

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