mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-crt-cpp: Fix comment formatting.
* gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a822f3e2d0
commit
fec71efeae
1 changed files with 3 additions and 3 deletions
|
@ -1164,9 +1164,9 @@ to be useful for building network-based applications.")
|
||||||
(define-public aws-crt-cpp
|
(define-public aws-crt-cpp
|
||||||
(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 "0.17.27")
|
(version "0.17.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue