guix-commits
[Top][All Lists]
Advanced

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

25/74: gnu: abseil-cpp: Update to 20240722.0.


From: guix-commits
Subject: 25/74: gnu: abseil-cpp: Update to 20240722.0.
Date: Fri, 27 Sep 2024 08:31:24 -0400 (EDT)

z572 pushed a commit to branch qt-team
in repository guix.

commit 28baf1f56a5e30b8caeccb2479f5fa37411a4f9a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Aug 14 17:03:36 2024 +0800

    gnu: abseil-cpp: Update to 20240722.0.
    
    * gnu/packages/cpp.scm (abseil-cpp): Update to 20240722.0.
    
    Change-Id: I9dd3ed159b2f2186ca13ffea9c3879ba45a17104
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 5e1af8edc5..2c79fb7238 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1504,7 +1504,7 @@ Google's C++ code base.")
     (package
       (inherit base)
       (name "abseil-cpp")
-      (version "20230802.1")
+      (version "20240722.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1513,7 +1513,7 @@ Google's C++ code base.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1ydkkbanrpkp5i814arzsk973kyzhhjhagnp392rq6rrv16apldq"))
+                  "1pmrigimzic2k3ix3l81j2jpfgjgbajz0qbc5s57zljr2w7fjn77"))
                 (patches
                  (search-patches 
"abseil-cpp-20220623.1-no-kepsilon-i686.patch"))))
       (arguments
@@ -1528,7 +1528,7 @@ Google's C++ code base.")
               (add-before 'check 'set-env-vars
                 (lambda* (#:key inputs #:allow-other-keys)
                  ;; absl_time_test requires this environment variable.
-                 (setenv "TZDIR" (string-append #$(package-source base)
+                 (setenv "TZDIR" (string-append #$(package-source this-package)
                                                 
"/absl/time/internal/cctz/testdata/zoneinfo")))))))))))
 
 (define (abseil-cpp-for-c++-standard base version)



reply via email to

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