diff options
| author | Marius Bakke <marius@gnu.org> | 2022-08-29 12:50:51 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-09-01 23:37:12 +0200 |
| commit | d5f69a9fe52c7bb41cb453a1b92e8a83e6b056b6 (patch) | |
| tree | 94e069d28634294bda51901c5e944e9f1f5db799 /gnu/packages | |
| parent | 1cad443b02d55760a68856f5433e4e48fbdac780 (diff) | |
gnu: CMake: Update to 3.24.1.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/cmake.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 00ea7c30546..d4851fa3f26 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm | |||
| @@ -152,7 +152,7 @@ using the CMake build system.") | |||
| 152 | (define-public cmake-bootstrap | 152 | (define-public cmake-bootstrap |
| 153 | (package | 153 | (package |
| 154 | (name "cmake-bootstrap") | 154 | (name "cmake-bootstrap") |
| 155 | (version "3.23.2") | 155 | (version "3.24.1") |
| 156 | (source (origin | 156 | (source (origin |
| 157 | (method url-fetch) | 157 | (method url-fetch) |
| 158 | (uri (string-append "https://cmake.org/files/v" | 158 | (uri (string-append "https://cmake.org/files/v" |
| @@ -160,7 +160,7 @@ using the CMake build system.") | |||
| 160 | "/cmake-" version ".tar.gz")) | 160 | "/cmake-" version ".tar.gz")) |
| 161 | (sha256 | 161 | (sha256 |
| 162 | (base32 | 162 | (base32 |
| 163 | "1ai6zycs4zj49d46lzz9b6l0q5hvlkyix66zd90rlvs6ac0b85pk")) | 163 | "0ax83yfis1n74llqhckrbgzcp82pfwx039xs2dgq06nvlivy4ca9")) |
| 164 | (patches (search-patches "cmake-curl-certificates.patch")))) | 164 | (patches (search-patches "cmake-curl-certificates.patch")))) |
| 165 | (build-system gnu-build-system) | 165 | (build-system gnu-build-system) |
| 166 | (arguments | 166 | (arguments |
