"ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * 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.