me
/
guix
Archived
1
0
Fork 0

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>
Greg Hogan 2022-04-22 17:22:01 +00:00 committed by Ludovic Courtès
parent a822f3e2d0
commit fec71efeae
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -1164,9 +1164,9 @@ to be useful for building network-based applications.")
(define-public aws-crt-cpp
(package
(name "aws-crt-cpp")
; Update only when updating aws-sdk-cpp, and when updating also update
; versions of library dependencies linked from from
; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
;; Update only when updating aws-sdk-cpp, and when updating also update
;; versions of library dependencies linked from from
;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
(version "0.17.27")
(source (origin
(method git-fetch)