[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/77: gnu: abseil-cpp: Update to 20240722.0.
From: |
guix-commits |
Subject: |
25/77: gnu: abseil-cpp: Update to 20240722.0. |
Date: |
Thu, 21 Nov 2024 10:35:57 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 970097e2f0a9fc6bb9132e4af5731902a7e12397
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 2c0b575a84..eacc6e46ab 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1532,7 +1532,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
@@ -1541,7 +1541,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
@@ -1556,7 +1556,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"))))
#$@(if (target-riscv64?)
#~((replace 'check
- 09/77: gnu: qtmultimedia: Update to 6.7.2., (continued)
- 09/77: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/21
- 11/77: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/21
- 16/77: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/21
- 18/77: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/21
- 19/77: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/21
- 31/77: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/21
- 33/77: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/21
- 05/77: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/21
- 04/77: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/21
- 10/77: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/21
- 25/77: gnu: abseil-cpp: Update to 20240722.0.,
guix-commits <=
- 37/77: gnu: python-pyqt-6: Update to 6.7.1., guix-commits, 2024/11/21
- 28/77: gnu: Add icu4c-75., guix-commits, 2024/11/21
- 21/77: gnu: qtspeech: Update to 6.7.2., guix-commits, 2024/11/21
- 29/77: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/11/21
- 36/77: gnu: python-pyqt-builder: Update to 1.16.4., guix-commits, 2024/11/21
- 39/77: gnu: python-pyqt5-sip: Update to 12.15.0., guix-commits, 2024/11/21
- 40/77: gnu: clazy: Update to 1.12., guix-commits, 2024/11/21
- 42/77: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/11/21
- 44/77: gnu: qtbase-5: Update to 5.15.15., guix-commits, 2024/11/21
- 46/77: gnu: qtsvg-5: Update to 5.15.15., guix-commits, 2024/11/21