GNU bug report logs -
#73323
[PATCH 00/15] Update aws-sdk-cpp.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 17 Sep 2024 20:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #47 received at 73323 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.