diff options
author | Greg Hogan <code@greghogan.com> | 2024-09-17 20:17:03 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 00:20:21 +0200 |
commit | 5e888ec915cfdd256e726959cdc23293bc36277e (patch) | |
tree | 456fbcb386a0ec12205b6aca0669d1e5468cada1 | |
parent | 30d7879a821c5e18a021734dfede3c218b7cf982 (diff) | |
download | guix-5e888ec915cfdd256e726959cdc23293bc36277e.tar guix-5e888ec915cfdd256e726959cdc23293bc36277e.tar.gz |
gnu: aws-sdk-cpp: Update to 1.11.402.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402.
Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 1c9da8a8b5..c0f81b0e2f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1767,7 +1767,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.") (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 @@ -1776,7 +1776,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.") (file-name (git-file-name name version)) (sha256 (base32 - "0k3f4xq4vvlwrwgpp0vka4pwzbnkylvrkbbkjksx6wq6g1a2gc2g")))) + "016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx")))) (build-system cmake-build-system) (arguments '(;; Tests are run during the build phase. |