~ruther/guix-local

201cd120dd1318f7a76dd0d369805a897451adf0 — Greg Hogan 4 months ago dffaaf1
gnu: cmake-bootstrap: Update to 3.31.10.

* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.31.10.

Change-Id: I39fb99903fc96e0afa7d0e297b832c62c9a45787
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cmake.scm
M gnu/packages/cmake.scm => gnu/packages/cmake.scm +2 -2
@@ 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