GNU bug report logs -
#76981
[PATCH] gnu: mold: Update to 2.37.1.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Wed, 12 Mar 2025 17:12:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 76981 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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.1.
>
> Change-Id: I3702dc9b40af89dd2242f8ff466c3154b356f62a
> ---
> 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 0f47558c8a..9885d60de4 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.37.0")
> + (version "2.37.1")
> (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 "0c9ba4qak1v6ag24y789minlpj6s1zbdq7wxkh6xw34f3v6mrvh5"))
> + (base32 "1899vdj1g4ni340kvnxhi4zwax0zn5133a1wc40fjf0d7yhvfqv4"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
>
> base-commit: ac19daa9d44766694cea33bcd28d4e20cf192835
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 62 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.