guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 3678d900e42f45521669abafcb46e9c9f0d5992b
Author: Greg Hogan <[email protected]>
AuthorDate: Thu Oct 30 14:57:17 2025 +0000
gnu: cmake-bootstrap: Update to 3.31.10.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.31.10.
Change-Id: I39fb99903fc96e0afa7d0e297b832c62c9a45787
---
gnu/packages/cmake.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index a91e350b54..f062b1d1d0 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