diff options
| author | Greg Hogan <code@greghogan.com> | 2025-10-30 14:57:17 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 11:36:59 +0000 |
| commit | 201cd120dd1318f7a76dd0d369805a897451adf0 (patch) | |
| tree | b6bfd3470ef86ce983cf665e8c2fe626fa3511ce | |
| parent | dffaaf19c2c767598251f32c2f54512340ca5525 (diff) | |
gnu: cmake-bootstrap: Update to 3.31.10.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.31.10.
Change-Id: I39fb99903fc96e0afa7d0e297b832c62c9a45787
| -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 a91e350b54b..f062b1d1d00 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -180,7 +180,7 @@ using the CMake build system.") (define-public cmake-bootstrap (package (name "cmake-bootstrap") - (version "3.31.8") + (version "3.31.10") (source (origin (method url-fetch) (uri (string-append "https://cmake.org/files/v" @@ -188,7 +188,7 @@ using the CMake build system.") "/cmake-" version ".tar.gz")) (sha256 (base32 - "1akcmx9w5wbygq088hrr13l6n4b5npqvh9jk20934bfwhg5f7kg3")))) + "0a9y7nqr27rl8acvjyj8s57q87bdjxa9w2g5mphsh7ylsvgzl1ng")))) (build-system gnu-build-system) (arguments (list |
