guix-commits
[Top][All Lists]
Advanced

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

10/18: gnu: CMake: Update to 3.15.1.


From: guix-commits
Subject: 10/18: gnu: CMake: Update to 3.15.1.
Date: Wed, 31 Jul 2019 08:58:41 -0400 (EDT)

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

commit 14767d4466c7f7bcf32c68b2d10cc359c79d7160
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 21 17:20:55 2019 +0200

    gnu: CMake: Update to 3.15.1.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.15.1.
    [arguments]: Do not patch /bin/sh in removed file.
---
 gnu/packages/cmake.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 8a0bba2..387456b 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.5")
+    (version "3.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -59,7 +59,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "01lcl6ynxfgqn09ncfz1gr24ha5pv1slk0azzaawaqrwpsgf8njh"))
+                "1xyprly3sf4wi0n1x79k4n22yxm6pb7fv70gqr9lvc7qv14cbphq"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -125,7 +125,6 @@
              (substitute*
                  '("Modules/CompilerId/Xcode-3.pbxproj.in"
                    "Modules/CPack.RuntimeScript.in"
-                   "Source/cmakexbuild.cxx"
                    "Source/cmGlobalXCodeGenerator.cxx"
                    "Source/cmLocalUnixMakefileGenerator3.cxx"
                    "Source/cmExecProgramCommand.cxx"



reply via email to

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