[bug#78081] gnu: mold: Update to 2.38.0.

Message ID 04a1cee52e26beb372f6b491fa77ab7441f6193c.1745740225.git.ashish.is@lostca.se
State New
Headers
Series [bug#78081] gnu: mold: Update to 2.38.0. |

Commit Message

Ashish SHUKLA April 27, 2025, 7:50 a.m. UTC
  * gnu/packages/mold.scm (mold): Update to 2.38.0.

Change-Id: I3f6cb3c7f454885f54a47338b51c558c0a4f8981
---
 gnu/packages/mold.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 7e5913f90df916d8d9f5c509354d62324f54f481
  

Comments

Christopher Baines April 28, 2025, 7:26 a.m. UTC | #1
Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/mold.scm (mold): Update to 2.38.0.
>
> Change-Id: I3f6cb3c7f454885f54a47338b51c558c0a4f8981
> ---
>  gnu/packages/mold.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
62b7eee95e5fba91baf560a37acbd07f36ece716.

Chris
  

Patch

diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 9885d60de4..b696fd24d4 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.37.1")
+    (version "2.38.0")
     (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 "1899vdj1g4ni340kvnxhi4zwax0zn5133a1wc40fjf0d7yhvfqv4"))
+        (base32 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a"))
        (modules '((guix build utils)))
        (snippet
         #~(begin