guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: CMake: Update to 3.24.1.


From: guix-commits
Subject: 04/10: gnu: CMake: Update to 3.24.1.
Date: Thu, 1 Sep 2022 17:44:51 -0400 (EDT)

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

commit d5f69a9fe52c7bb41cb453a1b92e8a83e6b056b6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 12:50:51 2022 +0200

    gnu: CMake: Update to 3.24.1.
    
    * gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.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 00ea7c3054..d4851fa3f2 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -152,7 +152,7 @@ using the CMake build system.")
 (define-public cmake-bootstrap
   (package
     (name "cmake-bootstrap")
-    (version "3.23.2")
+    (version "3.24.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://cmake.org/files/v";
@@ -160,7 +160,7 @@ using the CMake build system.")
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1ai6zycs4zj49d46lzz9b6l0q5hvlkyix66zd90rlvs6ac0b85pk"))
+                "0ax83yfis1n74llqhckrbgzcp82pfwx039xs2dgq06nvlivy4ca9"))
               (patches (search-patches "cmake-curl-certificates.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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