gnu: aws-c-auth: Update to 0.7.26.

* gnu/packages/c.scm (aws-c-auth): Update to 0.7.26.

Change-Id: Ia175f0eda951f9fd3ab7676e5bdb230b873cf127
This commit is contained in:
Greg Hogan 2024-09-17 20:16:59 +00:00 committed by Ludovic Courtès
parent e3fad45981
commit fb795ee88d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))))