summaryrefslogtreecommitdiff
path: root/gnu/packages/cmake.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-18 21:19:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-07-08 20:14:40 +0200
commit38a978154effb371c2e845e4e16cc59f32cc7176 (patch)
treecdd34732f6e6c34ec628460c02203eeb7c638093 /gnu/packages/cmake.scm
parent1aa5c246e91c0c9f926783c110322c4953249349 (diff)
downloadguix-patches-38a978154effb371c2e845e4e16cc59f32cc7176.tar
guix-patches-38a978154effb371c2e845e4e16cc59f32cc7176.tar.gz
gnu: cmake: Update to 3.11.4.
* gnu/packages/cmake.scm (cmake): Update to 3.11.4.
Diffstat (limited to 'gnu/packages/cmake.scm')
-rw-r--r--gnu/packages/cmake.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 00ddc625f1..4146e55a12 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -44,7 +44,7 @@
(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 @@
"/cmake-" version ".tar.gz"))
(sha256
(base32
- "16n310smy3h4q3i7l1hcv0hlrwdvh082f1r7s36c3zxppsv3aw98"))
+ "1xc7zwmyfa7hdarwb4hmfhhs7i5bv9q6499y93hy6zcig2glx1lg"))
(modules '((guix build utils)))
(snippet
'(begin