GNU bug report logs - #73731
[PATCH] gnu: cmake-3.30: Update to 3.30.5.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Thu, 10 Oct 2024 12:34:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cmake-3.30: Update to 3.30.5.
Date: Thu, 10 Oct 2024 13:33:12 +0100
From 1cbc457ddbbdda323f08ce171c18cbf9580bfbbc Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 9 Oct 2024 09:57:07 +0100
Subject: [PATCH] gnu: cmake-3.30: Update to 3.30.5.

* gnu/packages/cmake.scm (cmake-3.30): Update to 3.30.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 4466c4b91d..ad2a9047c4 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -415,7 +415,7 @@ (define-public cmake
 (define-public cmake-3.30
   (package
     (inherit cmake)
-    (version "3.30.3")
+    (version "3.30.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://cmake.org/files/v"
@@ -423,7 +423,7 @@ (define-public cmake-3.30
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1r48zym4dy4mvwzk704zh1vx9gb4a910f424ypvis28mcxdy2pbd"))))
+                "0vd8ambs4r7yzwwshba0l0pl0b7q566a0pq6gsdz5wh80njf2mcz"))))
     (native-inputs
      (modify-inputs (package-native-inputs cmake)
        ;; Avoid circular dependency with (gnu packages debug).  Note: cppdap
-- 
2.47.0




This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.