mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: aws-crt-cpp: Update to 0.17.27.
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.17.27. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fe75dc2552
commit
c542d084c0
1 changed files with 34 additions and 36 deletions
|
@ -1162,23 +1162,21 @@ (define-public poco
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
(define-public aws-crt-cpp
|
(define-public aws-crt-cpp
|
||||||
(let* ((commit "b6d311d76b504bf8ace5134d3fca0e672c36c9c3")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "aws-crt-cpp")
|
(name "aws-crt-cpp")
|
||||||
; Update only when updating aws-sdk-cpp, and when updating also update
|
; Update only when updating aws-sdk-cpp, and when updating also update
|
||||||
; versions of library dependencies linked from from
|
; versions of library dependencies linked from from
|
||||||
; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
|
; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
|
||||||
(version (git-version "0.17.1" revision commit))
|
(version "0.17.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/awslabs/aws-crt-cpp")
|
(url "https://github.com/awslabs/aws-crt-cpp")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n0nlbz91j3ycwwrh9652f0h5qr2sj5b1l0i5sg40ajzs7wvzd32"))))
|
"14g8pn7yii1klby7phcw08qnld1qv11vwmbdz8cs3mlpqahxrh4i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -1200,7 +1198,7 @@ (define-public aws-crt-cpp
|
||||||
aws-c-auth, aws-c-cal, aws-c-common, aws-c-compression, aws-c-event-stream,
|
aws-c-auth, aws-c-cal, aws-c-common, aws-c-compression, aws-c-event-stream,
|
||||||
aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
|
aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
|
||||||
(home-page "https://github.com/awslabs/aws-crt-cpp")
|
(home-page "https://github.com/awslabs/aws-crt-cpp")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public aws-sdk-cpp
|
(define-public aws-sdk-cpp
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue