guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/19: gnu: aws-sdk-cpp: Update to 1.9.236.


From: guix-commits
Subject: 15/19: gnu: aws-sdk-cpp: Update to 1.9.236.
Date: Wed, 20 Apr 2022 18:10:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bd6e9be532e0563339d9e4b1344993a5677dc5fe
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:47:15 2022 +0000

    gnu: aws-sdk-cpp: Update to 1.9.236.
    
    * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 f1bb909ae5..645fa8e47c 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1205,7 +1205,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.136")
+    (version "1.9.236")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1214,7 +1214,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and 
s2n.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ap7g7nmbnrcajy3b788bnpqd87dwmg83dhll1q8qzli04bcg47i"))))
+                "13qhxsbfn81r7lg382wb4d3xfc4a287ikww5i7whddk5yz0j8384"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests are run during the build phase.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]