[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/75: gnu: abseil-cpp: Update to 20240722.0.
From: |
guix-commits |
Subject: |
25/75: gnu: abseil-cpp: Update to 20240722.0. |
Date: |
Fri, 15 Nov 2024 21:44:04 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit eefe11a437a8a5e8df908b8c5f32cabab055e240
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 a26c5e1b05..d381745d54 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
- 03/75: gnu: qtsvg: Update to 6.7.2., (continued)
- 03/75: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/15
- 09/75: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/15
- 10/75: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/15
- 13/75: gnu: qtlanguageserver: Update to 6.7.2., guix-commits, 2024/11/15
- 14/75: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/11/15
- 16/75: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/15
- 23/75: gnu: qt-creator: Update to 14.0.1., guix-commits, 2024/11/15
- 17/75: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/11/15
- 18/75: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/15
- 15/75: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/15
- 25/75: gnu: abseil-cpp: Update to 20240722.0.,
guix-commits <=
- 38/75: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/11/15
- 40/75: gnu: clazy: Update to 1.12., guix-commits, 2024/11/15
- 43/75: gnu: Add qtcharts., guix-commits, 2024/11/15
- 42/75: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/11/15
- 58/75: gnu: qtwebglplugin: Update to 5.15.15., guix-commits, 2024/11/15
- 49/75: gnu: qtxmlpatterns: Update to 5.15.15., guix-commits, 2024/11/15
- 64/75: gnu: qtquickcontrols2-5: Update to 5.15.15., guix-commits, 2024/11/15
- 72/75: gnu: qtspeech-5: Update to 5.15.15., guix-commits, 2024/11/15
- 48/75: gnu: qtx11extras: Update to 5.15.15., guix-commits, 2024/11/15
- 74/75: gnu: qtwebengine-5: Update to 5.15.15., guix-commits, 2024/11/15