GNU bug report logs -
#72507
[PATCH] gnu: mold: Update to 2.33.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Wed, 7 Aug 2024 07:55:01 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
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.33.0.
Change-Id: Ic491ffc7e549a06b52f75352fa2f33433ee75f55
---
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 a229d3dcb7..322214893c 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.32.1")
+ (version "2.33.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 "1raddkjazb05bkqv7n3k97k0hk2wgvl03hpbx3xq8gpg1rbviam4"))
+ (base32 "0wsb0aiqia3jfc9k3h2d446y0mzmaq6rz9xkjf9125npdygm7kpb"))
(modules '((guix build utils)))
(snippet
#~(begin
base-commit: 5e567587dd4abf51f9a6fa44f5a852dde1115ce9
--
2.46.0
This bug report was last modified 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.