GNU bug report logs -
#78107
[PATCH] gnu: mold: Update to 2.38.1.
Previous Next
To reply to this bug, email your comments to 78107 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#78107
; Package
guix-patches
.
(Mon, 28 Apr 2025 07:40:05 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, 28 Apr 2025 07:40:05 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.38.1.
Change-Id: Ic2f4fc35687e3081ab5c9fb2d3c8817245980c44
---
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 b696fd24d4..6a22561607 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.0")
+ (version "2.38.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 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a"))
+ (base32 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 881d46eb386c2de8bc6f1405972ee1e115eeb3a1
--
2.49.0
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Tue, 29 Apr 2025 03:27:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Tue, 29 Apr 2025 03:27:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 78107-done <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.38.1.
>
> Change-Id: Ic2f4fc35687e3081ab5c9fb2d3c8817245980c44
> ---
> 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 b696fd24d4..6a22561607 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.0")
> + (version "2.38.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 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a"))
> + (base32 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
> (modules '((guix build utils)))
> (snippet
> #~(begin
>
> base-commit: 881d46eb386c2de8bc6f1405972ee1e115eeb3a1
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.