guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: aws-c-io: Update to 0.10.20.


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

civodul pushed a commit to branch master
in repository guix.

commit 7c45af91f4c68c7a071b3517ddc1d3ea1585c991
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:41:15 2022 +0000

    gnu: aws-c-io: Update to 0.10.20.
    
    * gnu/packages/c.scm (aws-c-io): Update to 0.10.20.
    
    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 8105a161ef..7eab6d782e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -671,7 +671,7 @@ communication.")
   (package
     (name "aws-c-io")
     ; Update only when updating aws-crt-cpp.
-    (version "0.10.9")
+    (version "0.10.20")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -680,7 +680,7 @@ communication.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14rxa3k842fgk43702nz7z9y3clfhvax8j0k93i0c5vg14wj38yp"))))
+                "07l5rfbm1irkigfv51sfygs992af8rxicmay97frbx6z21khdjnr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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