GNU bug report logs -
#78255
[PATCH] gnu: mold: Update to 2.39.0.
Previous Next
To reply to this bug, email your comments to 78255 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78255
; Package
guix-patches
.
(Mon, 05 May 2025 08:15:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 05 May 2025 08:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mold.scm (mold): Update to 2.39.0.
Change-Id: Ib56c6be233d3f51434b629499291bcd03c4292c8
---
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 6a22561607..907004e770 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.38.1")
+ (version "2.39.0")
(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 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
+ (base32 "1w32jmbqryc5n1ackcawpg88v74ydc0n2fxsgf4kgpsda99k2gqd"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 63088c295d81cc3d0e808c478d4fe479a2c90102
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78255
; Package
guix-patches
.
(Thu, 08 May 2025 07:01:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/mold.scm (mold): Update to 2.39.0.
>
> Change-Id: Ib56c6be233d3f51434b629499291bcd03c4292c8
> ---
> 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 6a22561607..907004e770 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.38.1")
> + (version "2.39.0")
> (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 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
> + (base32 "1w32jmbqryc5n1ackcawpg88v74ydc0n2fxsgf4kgpsda99k2gqd"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
>
> base-commit: 63088c295d81cc3d0e808c478d4fe479a2c90102
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Z572 <z572 <at> z572.online>
:
You have taken responsibility.
(Thu, 08 May 2025 07:01:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Thu, 08 May 2025 07:01:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.