[PATCH] gnu: mold: Update to 2.35.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Hilton Chain
Owner
unassigned
Submitted by
ashish.is
Severity
normal
A
A
ashish.is wrote on 8 Dec 18:44 +0100
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
a5c8d1b7e961114de0507d01a43520d66d57467c.1733679868.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (26 lines)
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
H
H
Hilton Chain wrote on 11 Dec 02:40 +0100
(address . ashish.is@lostca.se)(address . 74741-done@debbugs.gnu.org)
87ikrr6lpj.wl-hako@ultrarare.space
Hi Ashish,

On Mon, 09 Dec 2024 01:44:28 +0800,
ashish.is--- via Guix-patches via wrote:
Toggle quote (10 lines)
>
> From: Ashish SHUKLA <ashish.is@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!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74741@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74741
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch