diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 14:48:42 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-21 02:45:55 +0200 |
commit | f2ca4fa5c34ba719fae8a2fd86cacc10c6096481 (patch) | |
tree | daa92a328ca4e01c21bebb06051f6928362d30d6 /gnu/packages/cmake.scm | |
parent | d64edd2c81499cc2b5013d31f570463ee6a00752 (diff) | |
download | patches-f2ca4fa5c34ba719fae8a2fd86cacc10c6096481.tar patches-f2ca4fa5c34ba719fae8a2fd86cacc10c6096481.tar.gz |
gnu: cmake: Update to 3.12.0.
* gnu/packages/cmake.scm (cmake): Update to 3.12.0.
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r-- | gnu/packages/cmake.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 4146e55a12..e113048690 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -44,7 +44,7 @@ (define-public cmake (package (name "cmake") - (version "3.11.4") + (version "3.12.0") (source (origin (method url-fetch) (uri (string-append "https://www.cmake.org/files/v" @@ -52,7 +52,7 @@ "/cmake-" version ".tar.gz")) (sha256 (base32 - "1xc7zwmyfa7hdarwb4hmfhhs7i5bv9q6499y93hy6zcig2glx1lg")) + "0scxdgdrkrri0f5fm7cb969vcl4k1wanmhaa22fh9ffdys81ly6h")) (modules '((guix build utils))) (snippet '(begin |