[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: aws-sdk-cpp: Update to 1.8.159.
From: |
guix-commits |
Subject: |
07/07: gnu: aws-sdk-cpp: Update to 1.8.159. |
Date: |
Fri, 12 Mar 2021 17:59:56 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bd0808f13159f2cd6ceb1ba74a00e51f4e595807
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jan 19 12:54:39 2021 +0000
gnu: aws-sdk-cpp: Update to 1.8.159.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.159.
[arguments]: Build as shared library
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 ce9c950..02a8209 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -813,7 +813,7 @@ of C++14 components that complements @code{std} and Boost.")
(define-public aws-sdk-cpp
(package
(name "aws-sdk-cpp")
- (version "1.8.102")
+ (version "1.8.159")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -822,13 +822,13 @@ of C++14 components that complements @code{std} and
Boost.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w8x2vakg5ngjyyg08n4g3dqy8wqnz0k3gkrlqrh460s2pvdivba"))))
+ "0jpfv9x82nq7hcix9in7qgrc8009dwpg6gr96hlgmcvqrqckd2r9"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.
#:tests? #f
#:configure-flags
- '("-DBUILD_SHARED_LIBS=OFF"
+ '("-DBUILD_SHARED_LIBS=ON"
"-DBUILD_DEPS=OFF")))
(propagated-inputs
`(("aws-c-common" ,aws-c-common)
- branch master updated (bb5d84a -> bd0808f), guix-commits, 2021/03/12
- 02/07: gnu: aws-checksums: Build as shared library., guix-commits, 2021/03/12
- 03/07: gnu: Add aws-c-cal., guix-commits, 2021/03/12
- 01/07: gnu: aws-c-common: Update to 0.5.2., guix-commits, 2021/03/12
- 04/07: gnu: Add s2n., guix-commits, 2021/03/12
- 07/07: gnu: aws-sdk-cpp: Update to 1.8.159.,
guix-commits <=
- 05/07: gnu: Add aws-c-io., guix-commits, 2021/03/12
- 06/07: gnu: aws-c-event-stream: Update to 0.2.7., guix-commits, 2021/03/12