[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: aws-c-common: Update to 0.6.2.
From: |
guix-commits |
Subject: |
03/12: gnu: aws-c-common: Update to 0.6.2. |
Date: |
Fri, 15 Oct 2021 18:02:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 14a282aa505ef049c03fd0da3a8bff4b82ee73e3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 30 13:51:13 2021 +0000
gnu: aws-c-common: Update to 0.6.2.
* gnu/packages/c.scm (aws-c-common): Update to 0.6.2.
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 e00e992..86499b6 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -553,7 +553,7 @@ portability.")
(define-public aws-c-common
(package
(name "aws-c-common")
- (version "0.5.3")
+ (version "0.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -562,7 +562,7 @@ portability.")
(file-name (git-file-name name version))
(sha256
(base32
- "03fcvh3l1l6fkzkcbaprk10qmy8l77zhmh60h1px2ik09sqd9p72"))))
+ "17iknzqs6dl0ixajplc47ylkyynwpi3x2dxh56wa8ylhgy53d09x"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
- branch master updated (30ddb0b -> ef0c659), guix-commits, 2021/10/15
- 01/12: gnu: s2n: Update to 1.0.10-7f43b102., guix-commits, 2021/10/15
- 02/12: gnu: Add aws-lc., guix-commits, 2021/10/15
- 04/12: gnu: aws-c-io: Update to 0.10.5., guix-commits, 2021/10/15
- 05/12: gnu: aws-c-cal: Update to 0.5.11., guix-commits, 2021/10/15
- 07/12: gnu: Add aws-c-compression., guix-commits, 2021/10/15
- 03/12: gnu: aws-c-common: Update to 0.6.2.,
guix-commits <=
- 06/12: gnu: Add aws-c-http., guix-commits, 2021/10/15
- 10/12: gnu: Add aws-c-mqtt., guix-commits, 2021/10/15
- 08/12: gnu: Add aws-c-auth., guix-commits, 2021/10/15
- 09/12: gnu: Add aws-c-s3., guix-commits, 2021/10/15
- 11/12: gnu: Add aws-crt-cpp., guix-commits, 2021/10/15
- 12/12: gnu: aws-sdk-cpp: Update to 1.9.92., guix-commits, 2021/10/15