guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: cmake: Update to 3.11.1.


From: Marius Bakke
Subject: 07/07: gnu: cmake: Update to 3.11.1.
Date: Mon, 30 Apr 2018 15:11:22 -0400 (EDT)

mbakke pushed a commit to branch core-updates-next
in repository guix.

commit c98fe1d0648ba5d94f2954e9e5c3b2a22ef18fb6
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 30 20:02:56 2018 +0200

    gnu: cmake: Update to 3.11.1.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.11.1.
---
 gnu/packages/cmake.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index e9fa866..4239115 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -42,7 +42,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.11.0")
+    (version "3.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -50,7 +50,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "0sv5k9q6braa8hhw0y3w19avqn0xn5czv5jf5fz5blnlf7ivw4y3"))
+                "033x45q0lyaqr32pv92pv87pw20nja6i9794hmijrm6ilinbrgjp"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]