gnu: aws-c-mqtt: Update to 0.7.10.

* gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2022-04-14 16:45:24 +00:00 committed by Ludovic Courtès
parent 4773664eb8
commit fe75dc2552
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -900,7 +900,7 @@ (define-public aws-c-mqtt
(package
(name "aws-c-mqtt")
; Update only when updating aws-crt-cpp.
(version "0.7.8")
(version "0.7.10")
(source (origin
(method git-fetch)
(uri (git-reference
@ -909,7 +909,7 @@ (define-public aws-c-mqtt
(file-name (git-file-name name version))
(sha256
(base32
"19j6nw2v36c4yff4p0fbf0748s06fd5r9cp2yakry9ybn1ada99c"))))
"0qmzx8b4wcsq9s99q2zrhx1s3jdmfy8zs16qys9bqv45gspi3ybr"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags