GNU bug report logs - #76777
[PATCH] gnu: mold: Update to 2.37.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 6 Mar 2025 09:04:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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#76777: closed (Re: [bug#76777] [PATCH] gnu: mold: Update to
 2.37.0.)
Date: Fri, 07 Mar 2025 07:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76777: [PATCH] gnu: mold: Update to 2.37.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 76777 <at> debbugs.gnu.org.

-- 
76777: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76777
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 76777-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#76777] [PATCH] gnu: mold: Update to 2.37.0.
Date: Fri, 07 Mar 2025 15:13:12 +0800
[Message part 3 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/mold.scm (mold): Update to 2.37.0.
>
> Change-Id: I598efca6edacd324bc883183177b54c1d9b36e95
> ---
>  gnu/packages/mold.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
> index 15562b9716..0f47558c8a 100644
> --- a/gnu/packages/mold.scm
> +++ b/gnu/packages/mold.scm
> @@ -1,7 +1,7 @@
>  ;;; GNU Guix --- Functional package management for GNU
>  ;;; Copyright © 2023 Zhu Zihao <all_but_last <at> 163.com>
>  ;;; Copyright © 2023, 2024 Efraim Flashner <efraim <at> flashner.co.il>
> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -36,7 +36,7 @@ (define-module (gnu packages mold)
>  (define-public mold
>    (package
>      (name "mold")
> -    (version "2.36.0")
> +    (version "2.37.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 "1x7rcl9kx4fnarnxq7nbldh4vi5smhc613l6kn60afsgc8di14cl"))
> +        (base32 "0c9ba4qak1v6ag24y789minlpj6s1zbdq7wxkh6xw34f3v6mrvh5"))
>         (modules '((guix build utils)))
>         (snippet
>          #~(begin
>
> base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (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.37.0.
Date: Thu,  6 Mar 2025 09:03:03 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: I598efca6edacd324bc883183177b54c1d9b36e95
---
 gnu/packages/mold.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 15562b9716..0f47558c8a 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2023 Zhu Zihao <all_but_last <at> 163.com>
 ;;; Copyright © 2023, 2024 Efraim Flashner <efraim <at> flashner.co.il>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,7 +36,7 @@ (define-module (gnu packages mold)
 (define-public mold
   (package
     (name "mold")
-    (version "2.36.0")
+    (version "2.37.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 "1x7rcl9kx4fnarnxq7nbldh4vi5smhc613l6kn60afsgc8di14cl"))
+        (base32 "0c9ba4qak1v6ag24y789minlpj6s1zbdq7wxkh6xw34f3v6mrvh5"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: 19c656e3cad3a4f1e3338a955a1af57e363545df
-- 
2.48.1




This bug report was last modified 78 days ago.

Previous Next


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