diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-30 02:24:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-30 16:54:51 +0200 |
commit | 6dcc17105e1fa86513dc29395a79d789216990b7 (patch) | |
tree | 2ce4f6e2417808cb1fe235f43390f66597a999d0 /gnu/packages | |
parent | ec8dc2157ae26025ab8f54fb53d818afed5f3ff6 (diff) | |
download | guix-6dcc17105e1fa86513dc29395a79d789216990b7.tar guix-6dcc17105e1fa86513dc29395a79d789216990b7.tar.gz |
gnu: abseil-cpp: Update to 20200225.2.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b32f4201c0..a1d82ccbc1 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -458,7 +458,7 @@ point and then, after each tween step, plugging back the result.") (define-public abseil-cpp (package (name "abseil-cpp") - (version "20200225.1") + (version "20200225.2") (source (origin (method git-fetch) (uri (git-reference @@ -467,7 +467,7 @@ point and then, after each tween step, plugging back the result.") (file-name (git-file-name name version)) (sha256 (base32 - "035bffayslawc19q2gmlkr6n6r7k7mvriaq7352rv6gyzaplr98w")))) + "0dwxg54pv6ihphbia0iw65r64whd7v8nm4wwhcz219642cgpv54y")))) (build-system cmake-build-system) (arguments `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON" |