mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: aws-sdk-cpp: Update to 1.11.402.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.402. Change-Id: I105b7bfc80f264eb9374ca71dfaf5e5417f98cbe
This commit is contained in:
parent
30d7879a82
commit
5e888ec915
1 changed files with 2 additions and 2 deletions
|
@ -1767,7 +1767,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.306")
|
||||
(version "1.11.402")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1776,7 +1776,7 @@ (define-public aws-sdk-cpp
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k3f4xq4vvlwrwgpp0vka4pwzbnkylvrkbbkjksx6wq6g1a2gc2g"))))
|
||||
"016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(;; Tests are run during the build phase.
|
||||
|
|
Loading…
Reference in a new issue