[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/19: gnu: aws-c-s3: Update to 0.1.38.
From: |
guix-commits |
Subject: |
12/19: gnu: aws-c-s3: Update to 0.1.38. |
Date: |
Wed, 20 Apr 2022 18:10:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4773664eb80feb5b9d8bd1f18adca8acaf6f9237
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:44:43 2022 +0000
gnu: aws-c-s3: Update to 0.1.38.
* gnu/packages/c.scm (aws-c-s3): Update to 0.1.38.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/c.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 2e188af3f3..832b1c6e72 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -870,7 +870,7 @@ authentication.")
(package
(name "aws-c-s3")
; Update only when updating aws-crt-cpp.
- (version "0.1.26")
+ (version "0.1.38")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -879,7 +879,7 @@ authentication.")
(file-name (git-file-name name version))
(sha256
(base32
- "0gaxnwwk0jbvkgjnxcgchq13xmn7jk5vjvjsps6b0vaz6bf12wv8"))))
+ "0n2y8hzb1bx3vnzlpb5hsav18dg33pwav0mpji6krz98y2l8msya"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@@ -888,7 +888,7 @@ authentication.")
(assoc-ref %build-inputs "aws-c-common"))
"-DENABLE_NET_TESTS=OFF")))
(propagated-inputs
- (list aws-c-auth aws-c-http))
+ (list aws-c-auth aws-c-http aws-checksums))
(synopsis "Amazon Web Services client library for Amazon S3")
(description
"This library provides a C99 client implementation of the Simple Storage
- 08/19: gnu: aws-c-cal: Update to 0.5.17., (continued)
- 08/19: gnu: aws-c-cal: Update to 0.5.17., guix-commits, 2022/04/20
- 13/19: gnu: aws-c-mqtt: Update to 0.7.10., guix-commits, 2022/04/20
- 04/19: gnu: s2n: Update to 1.3.10., guix-commits, 2022/04/20
- 18/19: home: shepherd: "shepherd.conf" returns one value., guix-commits, 2022/04/20
- 09/19: gnu: Add aws-c-sdkutils., guix-commits, 2022/04/20
- 11/19: gnu: aws-c-auth: Update to 0.6.11., guix-commits, 2022/04/20
- 14/19: gnu: aws-crt-cpp: Update to 0.17.27., guix-commits, 2022/04/20
- 05/19: gnu: aws-lc: Update to 1.0.2., guix-commits, 2022/04/20
- 02/19: gnu: cxxopts: Update to 3.0.0., guix-commits, 2022/04/20
- 15/19: gnu: aws-sdk-cpp: Update to 1.9.236., guix-commits, 2022/04/20
- 12/19: gnu: aws-c-s3: Update to 0.1.38.,
guix-commits <=
- 17/19: gnu: Add emacs-cpreproc., guix-commits, 2022/04/20
- 06/19: gnu: aws-c-common: Update to 0.6.20., guix-commits, 2022/04/20
- 03/19: gnu: folly: Update to 2022.04.11.00., guix-commits, 2022/04/20
- 10/19: gnu: aws-c-http: Update to 0.6.13., guix-commits, 2022/04/20
- 16/19: gnu: Add pikchr., guix-commits, 2022/04/20
- 19/19: home: shepherd: Redirect input port to /dev/null., guix-commits, 2022/04/20