guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: abseil-cpp: Update to 20200225.1.


From: guix-commits
Subject: branch master updated: gnu: abseil-cpp: Update to 20200225.1.
Date: Wed, 25 Mar 2020 12:29:46 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8b19fa5  gnu: abseil-cpp: Update to 20200225.1.
8b19fa5 is described below

commit 8b19fa51a4147e65caf56d89f1ad0a64c32ee460
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Mar 25 16:29:26 2020 +0100

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

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0c5692b..ce816a5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2019 Jan Wielkiewicz <address@hidden>
 ;;; Copyright © 2020 Nicolò Balzarotti <address@hidden>
 ;;; Copyright © 2020 Roel Janssen <address@hidden>
+;;; Copyright © 2020 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -444,7 +445,7 @@ point and then, after each tween step, plugging back the 
result.")
 (define-public abseil-cpp
   (package
     (name "abseil-cpp")
-    (version "20200225")
+    (version "20200225.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -453,7 +454,7 @@ point and then, after each tween step, plugging back the 
result.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wb04pszzrl39ny1pz9jvvq8lbbm355dd60jspcyqfwxnk6njgd1"))))
+                "035bffayslawc19q2gmlkr6n6r7k7mvriaq7352rv6gyzaplr98w"))))
     (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]