mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e3fad45981
commit
fb795ee88d
1 changed files with 2 additions and 2 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue