gnu: cmake: Update to 3.11.4.

* gnu/packages/cmake.scm (cmake): Update to 3.11.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-18 21:19:51 +02:00
parent 1aa5c246e9
commit 38a978154e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -44,7 +44,7 @@ (define-module (gnu packages cmake)
(define-public cmake
(package
(name "cmake")
(version "3.11.3")
(version "3.11.4")
(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
"16n310smy3h4q3i7l1hcv0hlrwdvh082f1r7s36c3zxppsv3aw98"))
"1xc7zwmyfa7hdarwb4hmfhhs7i5bv9q6499y93hy6zcig2glx1lg"))
(modules '((guix build utils)))
(snippet
'(begin