mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: abseil-cpp: Update to 20240722.0.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20240722.0. Change-Id: I9dd3ed159b2f2186ca13ffea9c3879ba45a17104
This commit is contained in:
parent
aed06c52ec
commit
eefe11a437
1 changed files with 3 additions and 3 deletions
|
@ -1532,7 +1532,7 @@ (define-public abseil-cpp
|
|||
(package
|
||||
(inherit base)
|
||||
(name "abseil-cpp")
|
||||
(version "20230802.1")
|
||||
(version "20240722.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1541,7 +1541,7 @@ (define-public abseil-cpp
|
|||
(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 @@ (define-public abseil-cpp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue