GNU bug report logs - #71420
[PATCH] gnu: mold: Update to 2.32.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 7 Jun 2024 22:44:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71420 in the body.
You can then email your comments to 71420 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71420; Package guix-patches. (Fri, 07 Jun 2024 22:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 07 Jun 2024 22:44:02 GMT) Full text and rfc822 format available.

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

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.31.0.
Date: Sat,  8 Jun 2024 00:42:47 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: Idb5fb21c0b9b705c041ae78c1ea44f9161c7b7c1
---
 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 8625efff27..ac79a114cb 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages mold)
 (define-public mold
   (package
     (name "mold")
-    (version "2.4.0")
+    (version "2.31.0")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@ (define-public mold
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rqw7p61qijxhbfm887xbh8idbp5w30axvwgmm68s03xirnr7ymr"))
+        (base32 "1fs277z5wbjlz31nvbzihv8p84alk8iap50wpf1ffcq2h3aj8hh9"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: 580d77d0fb12448ef1621699cc0c56e787e2aadb
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#71420; Package guix-patches. (Sun, 09 Jun 2024 17:56:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: 71420 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: mold: Update to 2.32.0
Date: Sun,  9 Jun 2024 19:45:03 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: Ia99d57c92e9e9d75d80880376687b8a0b5fde184
---
 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 8625efff27..7188f533e7 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages mold)
 (define-public mold
   (package
     (name "mold")
-    (version "2.4.0")
+    (version "2.32.0")
     (source
      (origin
        (method git-fetch)
@@ -44,7 +44,7 @@ (define-public mold
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rqw7p61qijxhbfm887xbh8idbp5w30axvwgmm68s03xirnr7ymr"))
+        (base32 "1wl7mp7r5hxmvfpmrq32ffjpgn8z8pk775y423nr56gvrb39vj6i"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
-- 
2.45.2





Changed bug title to '[PATCH] gnu: mold: Update to 2.32.0.' from '[PATCH] gnu: mold: Update to 2.31.0.' Request was from Ashish SHUKLA <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Sun, 09 Jun 2024 18:02:02 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 24 Jun 2024 02:28:02 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Mon, 24 Jun 2024 02:28:02 GMT) Full text and rfc822 format available.

Message #15 received at 71420-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: ashish.is <at> lostca.se
Cc: 71420-done <at> debbugs.gnu.org
Subject: Re: [bug#71420] [PATCH] gnu: mold: Update to 2.32.0
Date: Sun, 23 Jun 2024 22:26:20 -0400
Hi,

ashish.is <at> lostca.se writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/mold.scm (mold): Update to 2.32.0.
>
> Change-Id: Ia99d57c92e9e9d75d80880376687b8a0b5fde184
> ---
>  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 8625efff27..7188f533e7 100644
> --- a/gnu/packages/mold.scm
> +++ b/gnu/packages/mold.scm
> @@ -35,7 +35,7 @@ (define-module (gnu packages mold)
>  (define-public mold
>    (package
>      (name "mold")
> -    (version "2.4.0")
> +    (version "2.32.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -44,7 +44,7 @@ (define-public mold
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0rqw7p61qijxhbfm887xbh8idbp5w30axvwgmm68s03xirnr7ymr"))
> +        (base32 "1wl7mp7r5hxmvfpmrq32ffjpgn8z8pk775y423nr56gvrb39vj6i"))
>         (modules '((guix build utils)))
>         (snippet
>          #~(begin

Applied, thank you.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 22 Jul 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 330 days ago.

Previous Next


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