gnu: abseil-cpp: Update to 20200225.2.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.2.
This commit is contained in:
parent
ec8dc2157a
commit
6dcc17105e
1 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ point and then, after each tween step, plugging back the result.")
|
||||||
(define-public abseil-cpp
|
(define-public abseil-cpp
|
||||||
(package
|
(package
|
||||||
(name "abseil-cpp")
|
(name "abseil-cpp")
|
||||||
(version "20200225.1")
|
(version "20200225.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"035bffayslawc19q2gmlkr6n6r7k7mvriaq7352rv6gyzaplr98w"))))
|
"0dwxg54pv6ihphbia0iw65r64whd7v8nm4wwhcz219642cgpv54y"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
`(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON"
|
||||||
|
|
Reference in a new issue