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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#73731: closed (Re: [bug#73731] [PATCH] gnu: cmake-3.30:
 Update to 3.30.5., [PATCH] gnu: cmake-3.30: Update to 3.30.5.)
Date: Tue, 29 Apr 2025 12:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73731: [PATCH] gnu: cmake-3.30: Update to 3.30.5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73731 <at> debbugs.gnu.org.

-- 
73731: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73731
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 73731-done <at> debbugs.gnu.org
Subject: Re: [bug#73731] [PATCH] gnu: cmake-3.30: Update to 3.30.5., [PATCH]
 gnu: cmake-3.30: Update to 3.30.5.
Date: Tue, 29 Apr 2025 21:48:11 +0900
Hi Michael,

Michael Ford <fanquake <at> gmail.com> writes:

>>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.

Closing, as we now have CMake 4.0.1 on the master branch.

Thank you!

-- 
Maxim

[Message part 3 (message/rfc822, inline)]
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.