[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73323] [PATCH 15/15] gnu: aws-sdk-cpp: Update to 1.11.402.
From: |
Greg Hogan |
Subject: |
[bug#73323] [PATCH 15/15] gnu: aws-sdk-cpp: Update to 1.11.402. |
Date: |
Tue, 17 Sep 2024 20:17:03 +0000 |
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402.
Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe
---
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 6118b0e0ee..bb64f094f6 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1765,7 +1765,7 @@ (define-public aws-sdk-cpp
(name "aws-sdk-cpp")
; When updating also check for a tagged update to aws-crt-cpp from
; https://github.com/aws/aws-sdk-cpp/tree/main/crt
- (version "1.9.306")
+ (version "1.11.402")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1774,7 +1774,7 @@ (define-public aws-sdk-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "0k3f4xq4vvlwrwgpp0vka4pwzbnkylvrkbbkjksx6wq6g1a2gc2g"))))
+ "016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.
--
2.46.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#73323] [PATCH 15/15] gnu: aws-sdk-cpp: Update to 1.11.402.,
Greg Hogan <=