summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-04-07 01:18:39 +0000
committerGreg Hogan <code@greghogan.com>2025-04-15 23:01:06 +0000
commit28fe5b67cd65744638081f049f641db4ea79ea75 (patch)
tree712494acb0ab74121b8b8b3ff28a89ba3172c9a3 /gnu/packages/cpp.scm
parenta23fa25e516b9f47f120b33e164672b5b1012064 (diff)
gnu: aws-sdk-cpp: Update to 1.11.541.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.541. Change-Id: Ia6f34e2584f583eb5baddf0c314abac790632ae4
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7af0b6dbd85..ba34a658d92 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2307,7 +2307,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
2307 (name "aws-sdk-cpp") 2307 (name "aws-sdk-cpp")
2308 ; When updating also check for a tagged update to aws-crt-cpp from 2308 ; When updating also check for a tagged update to aws-crt-cpp from
2309 ; https://github.com/aws/aws-sdk-cpp/tree/main/crt 2309 ; https://github.com/aws/aws-sdk-cpp/tree/main/crt
2310 (version "1.11.538") 2310 (version "1.11.541")
2311 (source (origin 2311 (source (origin
2312 (method git-fetch) 2312 (method git-fetch)
2313 (uri (git-reference 2313 (uri (git-reference
@@ -2316,7 +2316,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
2316 (file-name (git-file-name name version)) 2316 (file-name (git-file-name name version))
2317 (sha256 2317 (sha256
2318 (base32 2318 (base32
2319 "1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7")))) 2319 "0lvsskwpniip1m75w00aqa3ic1337r2c6a6brvgs6ff2qqi27cdg"))))
2320 (build-system cmake-build-system) 2320 (build-system cmake-build-system)
2321 (arguments 2321 (arguments
2322 '(;; Tests are run during the build phase. 2322 '(;; Tests are run during the build phase.