From f796dc920723f83cc01c988d66d28fbcf6913bc9 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 14 Apr 2022 16:40:45 +0000 Subject: gnu: aws-c-common: Update to 0.6.20. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/c.scm (aws-c-common): Update to 0.6.20. Signed-off-by: Ludovic Courtès --- gnu/packages/c.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index d545d98938..8105a161ef 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -585,7 +585,7 @@ portability.") (package (name "aws-c-common") ; Update only when updating aws-crt-cpp. - (version "0.6.11") + (version "0.6.20") (source (origin (method git-fetch) (uri (git-reference @@ -594,7 +594,7 @@ portability.") (file-name (git-file-name name version)) (sha256 (base32 - "1v4dhygiynl75y3702lbp9j8kph88j4f2sq39s4lkhn6lmbz5f0f")))) + "089grcj58n4xs41kmnpaqpwsalcisjbqqb5yqahxxyfx2lf1j9c9")))) (build-system cmake-build-system) (arguments '(#:configure-flags -- cgit v1.2.3 e9b2a6d6a2'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-13gnu: autogen: Disable parallel tests....* gnu/packages/autogen.scm (autogen)[arguments]: Add #:parallel-tests?. Marius Bakke
2019-02-24gnu: autogen: Update to 5.18.16....* gnu/packages/autogen.scm (autogen): Update to 5.18.16. [inputs]: Update to guile-2.2. [arguments]: Add ‘--disable-dependency-tracking’ to #:configure-flags. Re-indent. Tobias Geerinckx-Rice
2018-08-09gnu: autogen: Update to 5.18.14....* gnu/packages/autogen.scm (autogen): Update to 5.18.14. [inputs]: Move perl from native-inputs to here... [native-inputs]: ...and which from inputs to here. [arguments]: Remove unnecessary ‘/usr/bin/tr’ substitution. Tobias Geerinckx-Rice