gnu: cmake-bootstrap: Update to 3.21.4.

* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.4.
This commit is contained in:
Maxim Cournoyer 2021-12-18 00:42:57 -05:00
parent be3b33dbba
commit eda1860d02
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -150,7 +150,7 @@ (define %preserved-third-party-files
(define-public cmake-bootstrap
(package
(name "cmake-bootstrap")
(version "3.21.3")
(version "3.21.4")
(source (origin
(method url-fetch)
(uri (string-append "https://cmake.org/files/v"
@ -158,7 +158,7 @@ (define-public cmake-bootstrap
"/cmake-" version ".tar.gz"))
(sha256
(base32
"0kvrhgbrvm0lv7jshzd4nsvp3d5q1jkgal2d5kj4w4v58bghckfi"))
"0y2rk316j9m1iqimgwah0z1ii3ggli65dw6hdn4ckx0mqaahlmyr"))
(patches (search-patches "cmake-curl-certificates.patch"))))
(build-system gnu-build-system)
(arguments