mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: abseil-cpp-20220623: Update to 20220623.2.
* gnu/packages/cpp.scm (abseil-cpp-20220623): Update to 20220623.2. Change-Id: I85df8a18b4a2d46f9eaada60c7b1acade6a7d272
This commit is contained in:
parent
b9e19daa64
commit
b71714c417
1 changed files with 2 additions and 2 deletions
|
@ -1915,7 +1915,7 @@ Google's C++ code base.")
|
|||
(package
|
||||
(inherit base)
|
||||
(name "abseil-cpp")
|
||||
(version "20220623.1")
|
||||
(version "20220623.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1924,7 +1924,7 @@ Google's C++ code base.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vxh2a74g4s45yr8kdjqnzl64k10qdlc0hbnn987a4cnwdj4bp9r"))
|
||||
"1cmchfcqp85yp5hc3i47xv3i14v0f2wd5h2jblvcjjmjyhji1bwr"))
|
||||
(patches
|
||||
(search-patches "abseil-cpp-20220623.1-no-kepsilon-i686.patch"))))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue