[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/22: gnu: aws-checksums: Update to 0.1.18.
From: |
guix-commits |
Subject: |
11/22: gnu: aws-checksums: Update to 0.1.18. |
Date: |
Fri, 27 Sep 2024 18:23:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c229ad27d2f28ed126df42c1677a4dfca3e21e92
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Sep 17 20:16:52 2024 +0000
gnu: aws-checksums: Update to 0.1.18.
* gnu/packages/c.scm (aws-checksums): Update to 0.1.18.
Change-Id: Iaed4161d8f2ba568e4aaae45a07e707d6a1b42bc
---
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 43c837d251..cbbc1b4e96 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1005,7 +1005,7 @@ C programming language.")
(package
(name "aws-checksums")
;; Update only when updating aws-crt-cpp.
- (version "0.1.12")
+ (version "0.1.18")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1014,7 +1014,7 @@ C programming language.")
(file-name (git-file-name name version))
(sha256
(base32
- "054f2hkmkxhw83q7zsz349k82xk6bkrvlsab088pf7kn9wd4hy4k"))))
+ "1lwbs5b89z4z8pswlfhj4fn73flwmr060byy3apqfay8rxmia4hj"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
- branch master updated (bd59254b82 -> 5e888ec915), guix-commits, 2024/09/27
- 01/22: tests: Make ‘tests/print.scm’ deterministic., guix-commits, 2024/09/27
- 08/22: gnu: aws-lc: Update to 1.34.2., guix-commits, 2024/09/27
- 16/22: gnu: aws-c-compression: Update to 0.2.19., guix-commits, 2024/09/27
- 11/22: gnu: aws-checksums: Update to 0.1.18.,
guix-commits <=
- 12/22: gnu: aws-c-cal: Update to 0.7.4., guix-commits, 2024/09/27
- 18/22: gnu: aws-c-auth: Update to 0.7.26., guix-commits, 2024/09/27
- 20/22: gnu: aws-c-mqtt: Update to 0.10.4., guix-commits, 2024/09/27
- 05/22: gnu: fast-float-test-files: Update to 1.0.0., guix-commits, 2024/09/27
- 03/22: gnu: genimage: Update to version 18., guix-commits, 2024/09/27
- 10/22: gnu: aws-c-common: Update to 0.9.27., guix-commits, 2024/09/27
- 06/22: gnu: fast-float: Update to 6.1.6., guix-commits, 2024/09/27
- 02/22: gnu: ceph: Update to 17.2.7., guix-commits, 2024/09/27
- 07/22: gnu: folly: Update to 2024.09.09.00., guix-commits, 2024/09/27
- 17/22: gnu: aws-c-http: Update to 0.8.8., guix-commits, 2024/09/27