GNU bug report logs -
#71420
[PATCH] gnu: mold: Update to 2.32.0.
Previous Next
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.
Full log
Message #15 received at 71420-done <at> debbugs.gnu.org (full text, mbox):
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
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.