diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 19:53:38 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-21 17:24:27 +0200 |
commit | f203e533861005431e26adbbd1bb053c22dbf0de (patch) | |
tree | 59fd3f6d521ce6df9e599f8cec66872401c4e18c /gnu/packages/cmake.scm | |
parent | 09118c58dacfd8cd7ceff0cc3fea9c3e54ed9ef4 (diff) | |
download | guix-f203e533861005431e26adbbd1bb053c22dbf0de.tar guix-f203e533861005431e26adbbd1bb053c22dbf0de.tar.gz |
gnu: cmake: Update to 3.12.1.
* gnu/packages/cmake.scm (cmake): Update to 3.12.1.
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 e113048690..03bce8b68d 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -44,7 +44,7 @@ (define-public cmake (package (name "cmake") - (version "3.12.0") + (version "3.12.1") (source (origin (method url-fetch) (uri (string-append "https://www.cmake.org/files/v" @@ -52,7 +52,7 @@ "/cmake-" version ".tar.gz")) (sha256 (base32 - "0scxdgdrkrri0f5fm7cb969vcl4k1wanmhaa22fh9ffdys81ly6h")) + "1ckswlaid3p2is1a80fmr4hgwpfsiif66giyx1z9ayhxx0n5qgf5")) (modules '((guix build utils))) (snippet '(begin |