gnu: CMake: Update to 3.24.1.

* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1.
This commit is contained in:
Marius Bakke 2022-08-29 12:50:51 +02:00
parent 1cad443b02
commit d5f69a9fe5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -152,7 +152,7 @@ (define %preserved-third-party-files
(define-public cmake-bootstrap (define-public cmake-bootstrap
(package (package
(name "cmake-bootstrap") (name "cmake-bootstrap")
(version "3.23.2") (version "3.24.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://cmake.org/files/v" (uri (string-append "https://cmake.org/files/v"
@ -160,7 +160,7 @@ (define-public cmake-bootstrap
"/cmake-" version ".tar.gz")) "/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ai6zycs4zj49d46lzz9b6l0q5hvlkyix66zd90rlvs6ac0b85pk")) "0ax83yfis1n74llqhckrbgzcp82pfwx039xs2dgq06nvlivy4ca9"))
(patches (search-patches "cmake-curl-certificates.patch")))) (patches (search-patches "cmake-curl-certificates.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments