diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-14 16:42:01 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-20 23:46:44 +0200 |
commit | 139970c8066fe5cfb6adbc20346a73c0a7cec202 (patch) | |
tree | bc3485bef0069073e381c4466ca84c7e2ee6e55e /gnu/packages/c.scm | |
parent | 7c45af91f4c68c7a071b3517ddc1d3ea1585c991 (diff) | |
download | guix-139970c8066fe5cfb6adbc20346a73c0a7cec202.tar.gz |
gnu: aws-c-cal: Update to 0.5.17.
* gnu/packages/c.scm (aws-c-cal): Update to 0.5.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r-- | gnu/packages/c.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 7eab6d782e..585624b57e 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -700,7 +700,7 @@ event-driven, asynchronous network application protocols.") (package (name "aws-c-cal") ; Update only when updating aws-crt-cpp. - (version "0.5.12") + (version "0.5.17") (source (origin (method git-fetch) (uri (git-reference @@ -709,7 +709,7 @@ event-driven, asynchronous network application protocols.") (file-name (git-file-name name version)) (sha256 (base32 - "09zqf610x4g2mcjcaf9nh88k6dkw14pi721yr8hxb5rmsx7rlfrb")))) + "0gd7xfzv509vcysifzfa8j2rykkc1prhiry7953snblkzm7airm5")))) (build-system cmake-build-system) (arguments '(#:configure-flags |