[bug#77176,v2,15/15] gnu: aws-sdk-cpp: Update to 1.11.538.

Message ID 885db0c3ae4709c845dd8833e1a2266f3188851d.1743594386.git.ashish.is@lostca.se
State New
Headers
Series s2n-tls, and aws-* packages update |

Commit Message

guix-patches--- via April 2, 2025, 11:46 a.m. UTC
  From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.538.

Change-Id: Ic3b27cab54157d728a8ea9250338265517619cb0
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 5de2e7a628..b181a15725 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2307,7 +2307,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.11.402")
+    (version "1.11.538")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2316,7 +2316,7 @@  (define-public aws-sdk-cpp
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx"))))
+                "1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests are run during the build phase.