[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64207] [PATCH 2/2] gnu: aws-sdk-cpp: Update to 1.9.306.
From: |
Greg Hogan |
Subject: |
[bug#64207] [PATCH 2/2] gnu: aws-sdk-cpp: Update to 1.9.306. |
Date: |
Wed, 21 Jun 2023 13:37:28 +0000 |
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306.
---
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 d9d3159517..bd905bfab2 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1339,7 +1339,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.236")
+ (version "1.9.306")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1348,7 +1348,7 @@ (define-public aws-sdk-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "13qhxsbfn81r7lg382wb4d3xfc4a287ikww5i7whddk5yz0j8384"))))
+ "0k3f4xq4vvlwrwgpp0vka4pwzbnkylvrkbbkjksx6wq6g1a2gc2g"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.
--
2.41.0