GNU bug report logs - #74741
[PATCH] gnu: mold: Update to 2.35.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Sun, 8 Dec 2024 17:45:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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: ashish.is <at> lostca.se
Subject: bug#74741: closed (Re: [bug#74741] [PATCH] gnu: mold: Update to
 2.35.0.)
Date: Wed, 11 Dec 2024 01:47:07 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74741: [PATCH] gnu: mold: Update to 2.35.0.

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 74741 <at> debbugs.gnu.org.

-- 
74741: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74741
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: ashish.is <at> lostca.se
Cc: 74741-done <at> debbugs.gnu.org
Subject: Re: [bug#74741] [PATCH] gnu: mold: Update to 2.35.0.
Date: Wed, 11 Dec 2024 09:40:40 +0800
Hi Ashish,

On Mon, 09 Dec 2024 01:44:28 +0800,
ashish.is--- via Guix-patches via wrote:
> 
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
> 
> * gnu/packages/mold.scm (mold): Update to 2.35.0.
> 
> Change-Id: I6ae3f79c0af5f3be87f26f574795bdfdee0de3bc
> ---
>  gnu/packages/mold.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied as 65425efb3023f38a8700681ea7c6e9d81052a990, thanks!

[Message part 3 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: mold: Update to 2.35.0.
Date: Sun,  8 Dec 2024 17:44:28 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/mold.scm (mold): Update to 2.35.0.

Change-Id: I6ae3f79c0af5f3be87f26f574795bdfdee0de3bc
---
 gnu/packages/mold.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 4e261f1a43..876d55e0f0 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -36,7 +36,7 @@ (define-module (gnu packages mold)
 (define-public mold
   (package
     (name "mold")
-    (version "2.34.1")
+    (version "2.35.0")
     (source
      (origin
        (method git-fetch)
@@ -45,7 +45,7 @@ (define-public mold
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s5mlnchw8sz3mafifiwhjswp91j5ja6ds946w21qws5sbwx15y7"))
+        (base32 "1ijbqxsj9cp8cjnq6c16a927qqbfg3ijzvfhrm2qrzbnfhrkp4jz"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: 17d86ac9df841deca4f2f5e173f50bd2461fe680
-- 
2.47.1




This bug report was last modified 220 days ago.

Previous Next


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