guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 1d8d30034090c76378663edecf77c4920d8db164
Author: Greg Hogan <[email protected]>
AuthorDate: Thu Oct 30 14:57:17 2025 +0000

    gnu: cmake-bootstrap: Update to 3.31.9.
    
    * gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.31.9.
    
    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..08dbbe1b62 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.9")
     (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"))))
+                "10xa2mrbmcwazy6h1p9b5846v78y1w6jysb3iy78mjj78b0dwksx"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to