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
View this message in rfc822 format
* gnu/packages/c.scm (aws-c-http): Update to 0.8.8.
Change-Id: I5db13f71b0946449d399847e353c53ba7593be34
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index b32ba3740f..be3f449baf 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1170,7 +1170,7 @@ (define-public aws-c-http
(package
(name "aws-c-http")
;; Update only when updating aws-crt-cpp.
- (version "0.6.13")
+ (version "0.8.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1179,7 +1179,7 @@ (define-public aws-c-http
(file-name (git-file-name name version))
(sha256
(base32
- "125glc9b3906r95519zqfbzzz6wj5ib4im2n45yxrigwkkpffbq9"))))
+ "0kap7r9mj564k7ncl2p6kyqp88vxkj80r277xkd6fry8d3plviac"))))
(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.