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 #38 received at 73323 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/c.scm (aws-c-auth): Update to 0.7.26.
Change-Id: Ia175f0eda951f9fd3ab7676e5bdb230b873cf127
---
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 be3f449baf..9ee9a49a66 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1229,7 +1229,7 @@ (define-public aws-c-auth
(package
(name "aws-c-auth")
;; Update only when updating aws-crt-cpp.
- (version "0.6.11")
+ (version "0.7.26")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1238,7 +1238,7 @@ (define-public aws-c-auth
(file-name (git-file-name name version))
(sha256
(base32
- "0frfnbifkrib9l68mj92a3g1x8xc8hpdlzbga2a801zgf2flx4fy"))
+ "0im29xh80dpm4hlwq02dyv6il9whbcxhgwp1gw5nj68c33dp4ryk"))
(patches
(search-patches
"aws-c-auth-install-private-headers.patch"))))
--
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.