diff options
author | Greg Hogan <code@greghogan.com> | 2024-09-17 20:16:56 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 00:20:20 +0200 |
commit | 515242aff92388c6b59dfa78580113f3de857bb8 (patch) | |
tree | 757bcf81458700c6d2de5e5d8aedff444281a0ca | |
parent | aed314615983b372406ec7f38e7ea34c3c2a9ea7 (diff) | |
download | guix-515242aff92388c6b59dfa78580113f3de857bb8.tar guix-515242aff92388c6b59dfa78580113f3de857bb8.tar.gz |
gnu: aws-c-sdkutils: Update to 0.1.19.
* gnu/packages/c.scm (aws-c-sdkutils): Update to 0.1.19.
Change-Id: I7c6ee085cafdd0f0d8df125f2f602b14b073bb81
-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 ae9c443b2f..455014a18f 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1123,7 +1123,7 @@ cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.") (package (name "aws-c-sdkutils") ;; Update only when updating aws-crt-cpp. - (version "0.1.2") + (version "0.1.19") (source (origin (method git-fetch) (uri (git-reference @@ -1132,7 +1132,7 @@ cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.") (file-name (git-file-name name version)) (sha256 (base32 - "14wpl3dxwjbbzas44v6m6m3ll89rgz34x9gb140qz624gwzs9v0v")))) + "12xpnx0qxnjc2gnbpxq0kx6dfyi650zlrl2ykfhn3z9h6gj0lz8s")))) (build-system cmake-build-system) (arguments '(#:configure-flags |