guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/19: gnu: aws-c-mqtt: Update to 0.7.10.


From: guix-commits
Subject: 13/19: gnu: aws-c-mqtt: Update to 0.7.10.
Date: Wed, 20 Apr 2022 18:10:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fe75dc2552ddabafcc07701c01dea56f4c527a70
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:45:24 2022 +0000

    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>
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 832b1c6e72..3450037c74 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -900,7 +900,7 @@ Service (S3) protocol for object storage.")
   (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 @@ Service (S3) protocol for object storage.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19j6nw2v36c4yff4p0fbf0748s06fd5r9cp2yakry9ybn1ada99c"))))
+                "0qmzx8b4wcsq9s99q2zrhx1s3jdmfy8zs16qys9bqv45gspi3ybr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]