gnu: CMake: Update to 3.13.1.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 10 Dec 2018 02:12:14 +0000 (03:12 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Wed, 12 Dec 2018 19:49:14 +0000 (20:49 +0100)
* gnu/packages/cmake.scm (cmake): Update to 3.13.1.

gnu/packages/cmake.scm

index 5abf087..7186cf9 100644 (file)
@@ -44,7 +44,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.12.2")
+    (version "3.13.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
-                "19410mxgcyvk5q42phaclb1hz6rl08z4yj8iriq706p5k5bli5qg"))
+                "04123d7fgnn1fs5p0nwyq397ss89r0y4wkg9a09qiwkjsvk1rzmy"))
               (modules '((guix build utils)))
               (snippet
                '(begin