diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 19:40:41 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-25 00:47:53 +0200 |
commit | 45771d63c5b8e3c65b0bc5dfaca57c44e87128e9 (patch) | |
tree | 30ae81e776aa5152e4027224b19d9d0877e5a344 | |
parent | e7809d96aa3853e09a90c42d4b5a5dbd84765964 (diff) | |
download | guix-45771d63c5b8e3c65b0bc5dfaca57c44e87128e9.tar guix-45771d63c5b8e3c65b0bc5dfaca57c44e87128e9.tar.gz |
gnu: cmake: Update to 3.14.4.
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.4.
-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 e49654a6d5..e77c97e11f 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -51,7 +51,7 @@ (define-public cmake-minimal (package (name "cmake-minimal") - (version "3.14.3") + (version "3.14.4") (source (origin (method url-fetch) (uri (string-append "https://www.cmake.org/files/v" @@ -59,7 +59,7 @@ "/cmake-" version ".tar.gz")) (sha256 (base32 - "0cmnyk9agdgwnc4svzafhddqgcrhvwp5cgmn54mih1qkx1j0np91")) + "1n9nzxq1dzbpa0pisdv7g57a8qr9b7n35vbfy489s1v602dxrd00")) (modules '((guix build utils))) (snippet '(begin |