GNU bug report logs -
#74913
[PATCH] gnu: mold: Update to 2.35.1.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Mon, 16 Dec 2024 14:43:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/mold.scm (mold): Update to 2.35.1.
Change-Id: Id7e6760a35a16ca531fad59d21ccd14f6eafb878
---
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 876d55e0f0..9d19104853 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.35.0")
+ (version "2.35.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 "1ijbqxsj9cp8cjnq6c16a927qqbfg3ijzvfhrm2qrzbnfhrkp4jz"))
+ (base32 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 097de97982f328a79394b197d3836842bcfbac44
--
2.47.1
This bug report was last modified 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.