guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: aws-c-http: Update to 0.6.13.


From: guix-commits
Subject: 10/19: gnu: aws-c-http: Update to 0.6.13.
Date: Wed, 20 Apr 2022 18:09:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fbf143558764c070437bf2b7f1db1046c95c0d5b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:43:09 2022 +0000

    gnu: aws-c-http: Update to 0.6.13.
    
    * gnu/packages/c.scm (aws-c-http): Update to 0.6.13.
    
    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 8f660a316e..280811eaec 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -778,7 +778,7 @@ low level functionality for coroutines.")
   (package
     (name "aws-c-http")
     ; Update only when updating aws-crt-cpp.
-    (version "0.6.7")
+    (version "0.6.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -787,7 +787,7 @@ low level functionality for coroutines.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1s06bz6w7355ldyhwjidcpbff7591ch4lwwjcj47a6k2kczdmiz4"))))
+                "125glc9b3906r95519zqfbzzz6wj5ib4im2n45yxrigwkkpffbq9"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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