mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: aws-sdk-cpp: Update to 1.9.236.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.236. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c542d084c0
commit
bd6e9be532
1 changed files with 2 additions and 2 deletions
|
@ -1205,7 +1205,7 @@ (define-public aws-sdk-cpp
|
|||
(name "aws-sdk-cpp")
|
||||
; When updating also check for a tagged update to aws-crt-cpp from
|
||||
; https://github.com/aws/aws-sdk-cpp/tree/main/crt
|
||||
(version "1.9.136")
|
||||
(version "1.9.236")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1214,7 +1214,7 @@ (define-public aws-sdk-cpp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ap7g7nmbnrcajy3b788bnpqd87dwmg83dhll1q8qzli04bcg47i"))))
|
||||
"13qhxsbfn81r7lg382wb4d3xfc4a287ikww5i7whddk5yz0j8384"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(;; Tests are run during the build phase.
|
||||
|
|
Loading…
Reference in a new issue