aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2024-09-17 20:16:59 +0000
committerLudovic Courtès <ludo@gnu.org>2024-09-28 00:20:20 +0200
commitfb795ee88d71183f0be9c960deae39b6e9d9a0ff (patch)
tree4abb0505443c1067be179e2a8fe9218734c30988 /gnu/packages
parente3fad4598166f07f5d55899985f1a6e4a5526ce9 (diff)
downloadguix-fb795ee88d71183f0be9c960deae39b6e9d9a0ff.tar
guix-fb795ee88d71183f0be9c960deae39b6e9d9a0ff.tar.gz
gnu: aws-c-auth: Update to 0.7.26.
* gnu/packages/c.scm (aws-c-auth): Update to 0.7.26. Change-Id: Ia175f0eda951f9fd3ab7676e5bdb230b873cf127
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/c.scm4
1 files 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 @@ currently limited to Huffman encoding and decoding.")
(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 @@ currently limited to Huffman encoding and decoding.")
(file-name (git-file-name name version))
(sha256
(base32
- "0frfnbifkrib9l68mj92a3g1x8xc8hpdlzbga2a801zgf2flx4fy"))
+ "0im29xh80dpm4hlwq02dyv6il9whbcxhgwp1gw5nj68c33dp4ryk"))
(patches
(search-patches
"aws-c-auth-install-private-headers.patch"))))