all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38060] [PATCH] gnu: CMake: Update to 3.15.5.
@ 2019-11-04 16:57 Ivan Vilata i Balaguer
  2019-11-05  7:52 ` Mathieu Othacehe
  0 siblings, 1 reply; 5+ messages in thread
From: Ivan Vilata i Balaguer @ 2019-11-04 16:57 UTC (permalink / raw)
  To: 38060

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

This patch updates CMake to version 3.15.5, which fixes some bugs as listed
here: <https://cmake.org/cmake/help/v3.15/release/3.15.html#updates>

I've been trying the package built from this patch for some days and it seems
to work ok and indeed fix the issues that were affecting us.

Thanks and cheers!

-- 
Ivan Vilata i Balaguer -- https://elvil.net/

[-- Attachment #2: 0001-gnu-CMake-Update-to-3.15.5.patch --]
[-- Type: text/plain, Size: 1149 bytes --]

From 4c0d54331144a6c213d87adc5699d861dd528adc Mon Sep 17 00:00:00 2001
From: Ivan Vilata-i-Balaguer <ivan@selidor.net>
Date: Mon, 4 Nov 2019 11:47:13 -0500
Subject: [PATCH] gnu: CMake: Update to 3.15.5.

* gnu/packages/cmake.scm (cmake-minimal): Update to 3.15.5.
---
 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 64349be444..7ab50aa336 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -50,7 +50,7 @@
 (define-public cmake-minimal
   (package
     (name "cmake-minimal")
-    (version "3.15.1")
+    (version "3.15.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v"
@@ -58,7 +58,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1xyprly3sf4wi0n1x79k4n22yxm6pb7fv70gqr9lvc7qv14cbphq"))
+                "1d5y8d92axcc6rfqlsxamayfs3fc1vdby91hn5mx1kn02ppprpgv"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-15 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 16:57 [bug#38060] [PATCH] gnu: CMake: Update to 3.15.5 Ivan Vilata i Balaguer
2019-11-05  7:52 ` Mathieu Othacehe
2019-11-10 23:00   ` Marius Bakke
2019-11-12  5:28     ` Ivan Vilata i Balaguer
2019-11-15 18:17       ` bug#38060: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.