gnu: cmake: Update to 3.14.0.

* gnu/packages/cmake.scm (cmake): Update to 3.14.0.
This commit is contained in:
Marius Bakke 2019-03-17 15:04:20 +01:00
parent ca99dc174d
commit e16cf2666f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -44,7 +44,7 @@ (define-module (gnu packages cmake)
(define-public cmake
(package
(name "cmake")
(version "3.13.1")
(version "3.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cmake.org/files/v"
@ -52,7 +52,7 @@ (define-public cmake
"/cmake-" version ".tar.gz"))
(sha256
(base32
"04123d7fgnn1fs5p0nwyq397ss89r0y4wkg9a09qiwkjsvk1rzmy"))
"00jmwwkr3ybsr4hz4hgiv75zaak5yirp110zf131kby2ndkvlxma"))
(modules '((guix build utils)))
(snippet
'(begin