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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 23 Jun 2024 22:26:20 -0400
with message-id <8734p384ab.fsf <at> gmail.com>
and subject line Re: [bug#71420] [PATCH] gnu: mold: Update to 2.32.0
has caused the debbugs.gnu.org bug report #71420,
regarding [PATCH] gnu: mold: Update to 2.32.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
71420: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71420
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
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 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.