From: Ivan Vilata i Balaguer <ivan@selidor.net>
To: 38060@debbugs.gnu.org
Subject: [bug#38060] [PATCH] gnu: CMake: Update to 3.15.5.
Date: Mon, 4 Nov 2019 11:57:46 -0500 [thread overview]
Message-ID: <20191104165746.GJ17621@sax.terramar.selidor.net> (raw)
[-- 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
next reply other threads:[~2019-11-04 16:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-04 16:57 Ivan Vilata i Balaguer [this message]
2019-11-05 7:52 ` [bug#38060] [PATCH] gnu: CMake: Update to 3.15.5 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191104165746.GJ17621@sax.terramar.selidor.net \
--to=ivan@selidor.net \
--cc=38060@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).