From 49a281d69aa8b529c730f4163665b712bdd98944 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Tue, 19 Jan 2021 12:54:39 +0000 Subject: [PATCH 7/7] gnu: aws-sdk-cpp: Update to 1.8.148. * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.148. --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 685dc02fca..5541d507b0 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.148") (source (origin (method git-fetch) (uri (git-reference @@ -822,7 +822,7 @@ of C++14 components that complements @code{std} and Boost.") (file-name (git-file-name name version)) (sha256 (base32 - "1w8x2vakg5ngjyyg08n4g3dqy8wqnz0k3gkrlqrh460s2pvdivba")))) + "0dj8bidafx8931yw9c9gk1y4j5pssxva717nxw3iym8vxb9jf9r7")))) (build-system cmake-build-system) (arguments '(;; Tests are run during the build phase. -- 2.30.1