diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-02 11:46:25 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:16:21 +0100 |
| commit | e7de19c3b8fba8366af8bdb686a374ba086109a5 (patch) | |
| tree | 03e02654b8dbd841568aa78cfc8e4d521db73569 /gnu/packages/cpp.scm | |
| parent | 711d7dd6cd34a314b559eefc165c09305c49062d (diff) | |
gnu: aws-crt-cpp: Update to 0.32.2.
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.32.2.
Change-Id: Ic09784de47b83c7d68e99602b1e85db18a81ab49
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index c0723308a46..f3ecf8933e8 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> | 44 | ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> |
| 45 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 45 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 46 | ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> | 46 | ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> |
| 47 | ;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se> | ||
| 47 | ;;; | 48 | ;;; |
| 48 | ;;; This file is part of GNU Guix. | 49 | ;;; This file is part of GNU Guix. |
| 49 | ;;; | 50 | ;;; |
| @@ -2268,7 +2269,7 @@ to be useful for building network-based applications.") | |||
| 2268 | ;; Update only when updating aws-sdk-cpp, and when updating also update | 2269 | ;; Update only when updating aws-sdk-cpp, and when updating also update |
| 2269 | ;; versions of library dependencies linked from from | 2270 | ;; versions of library dependencies linked from from |
| 2270 | ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt | 2271 | ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt |
| 2271 | (version "0.28.2") | 2272 | (version "0.32.2") |
| 2272 | (source (origin | 2273 | (source (origin |
| 2273 | (method git-fetch) | 2274 | (method git-fetch) |
| 2274 | (uri (git-reference | 2275 | (uri (git-reference |
| @@ -2277,7 +2278,7 @@ to be useful for building network-based applications.") | |||
| 2277 | (file-name (git-file-name name version)) | 2278 | (file-name (git-file-name name version)) |
| 2278 | (sha256 | 2279 | (sha256 |
| 2279 | (base32 | 2280 | (base32 |
| 2280 | "1jnj5q6jcw1nh74yzdbi99x338lc3v2wjlgvjnzclla4p66pi712")))) | 2281 | "1xakyki8sxn6pxmmmf41n3wl0qsgsags0wvj74jmhfln4g2c4qy9")))) |
| 2281 | (build-system cmake-build-system) | 2282 | (build-system cmake-build-system) |
| 2282 | (arguments | 2283 | (arguments |
| 2283 | '(#:configure-flags | 2284 | '(#:configure-flags |
