* [bug#72507] [PATCH] gnu: mold: Update to 2.33.0.
@ 2024-08-07 7:53 ashish.is--- via Guix-patches via
2024-08-07 22:25 ` bug#72507: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-08-07 7:53 UTC (permalink / raw)
To: 72507; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72507: [PATCH] gnu: mold: Update to 2.33.0.
2024-08-07 7:53 [bug#72507] [PATCH] gnu: mold: Update to 2.33.0 ashish.is--- via Guix-patches via
@ 2024-08-07 22:25 ` jgart via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-08-07 22:25 UTC (permalink / raw)
To: 72507-done; +Cc: ashish.is
Applied!
--
all the best,
jgart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-07 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 7:53 [bug#72507] [PATCH] gnu: mold: Update to 2.33.0 ashish.is--- via Guix-patches via
2024-08-07 22:25 ` bug#72507: " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.