diff options
author | Greg Hogan <code@greghogan.com> | 2025-04-07 01:18:39 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-04-15 23:01:06 +0000 |
commit | 28fe5b67cd65744638081f049f641db4ea79ea75 (patch) | |
tree | 712494acb0ab74121b8b8b3ff28a89ba3172c9a3 | |
parent | a23fa25e516b9f47f120b33e164672b5b1012064 (diff) | |
download | guix-28fe5b67cd65744638081f049f641db4ea79ea75.tar.gz guix-28fe5b67cd65744638081f049f641db4ea79ea75.zip |
gnu: aws-sdk-cpp: Update to 1.11.541.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.541.
Change-Id: Ia6f34e2584f583eb5baddf0c314abac790632ae4
-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 7af0b6dbd8..ba34a658d9 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.") (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.538") + (version "1.11.541") (source (origin (method git-fetch) (uri (git-reference @@ -2316,7 +2316,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.") (file-name (git-file-name name version)) (sha256 (base32 - "1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7")))) + "0lvsskwpniip1m75w00aqa3ic1337r2c6a6brvgs6ff2qqi27cdg")))) (build-system cmake-build-system) (arguments '(;; Tests are run during the build phase. |