guix-patches
[Top][All Lists]
Advanced

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

[bug#73323] [PATCH 14/15] gnu: aws-crt-cpp: Update to 0.28.2.


From: Greg Hogan
Subject: [bug#73323] [PATCH 14/15] gnu: aws-crt-cpp: Update to 0.28.2.
Date: Tue, 17 Sep 2024 20:17:02 +0000

* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.28.2.

Change-Id: I0335caaf5705cbf635045568759cad3afc19345b
---
 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 da2cfcab6e..6118b0e0ee 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1727,7 +1727,7 @@ (define-public aws-crt-cpp
     ;; Update only when updating aws-sdk-cpp, and when updating also update
     ;; versions of library dependencies linked from from
     ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
-    (version "0.17.27")
+    (version "0.28.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1736,7 +1736,7 @@ (define-public aws-crt-cpp
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14g8pn7yii1klby7phcw08qnld1qv11vwmbdz8cs3mlpqahxrh4i"))))
+                "1jnj5q6jcw1nh74yzdbi99x338lc3v2wjlgvjnzclla4p66pi712"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags
-- 
2.46.0






reply via email to

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