mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: CMake: Update to 3.16.5.
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.16.5.
This commit is contained in:
parent
a343d6bab7
commit
aca00b0a36
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ (define %preserved-third-party-files
|
||||||
(define-public cmake-bootstrap
|
(define-public cmake-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "cmake-bootstrap")
|
(name "cmake-bootstrap")
|
||||||
(version "3.16.4")
|
(version "3.16.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.cmake.org/files/v"
|
(uri (string-append "https://www.cmake.org/files/v"
|
||||||
|
@ -104,7 +104,7 @@ (define-public cmake-bootstrap
|
||||||
"/cmake-" version ".tar.gz"))
|
"/cmake-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b5c77lqzfk5l7mnnih5c78i36d3skbkw20jjnph79lx9l8qrk4v"))
|
"1z4bb8z6b4dvq5hrvajrf1hyybqay3xybyimf71w1jgcp180nxjz"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 ftw)))
|
(ice-9 ftw)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Loading…
Reference in a new issue