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
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
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.