This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7a667a7d44 gnu: mold: Update to 2.40.1.
7a667a7d44 is described below
commit 7a667a7d44fec9f8d987f9a7c11864dd03f4d2f7
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Jun 9 06:46:49 2025 +0000
gnu: mold: Update to 2.40.1.
* gnu/packages/mold.scm (mold): Update to 2.40.1.
<arguments>[#:phases]: Update force-system-xxhash phase.
Change-Id: I86cadf30bc3ba9cb790d3c452b8618ac3a52f4d0
Signed-off-by: Zheng Junjie <[email protected]>
---
gnu/packages/mold.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index d153d4dde3..f3d20498e7 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -36,7 +36,7 @@
(define-public mold
(package
(name "mold")
- (version "2.40.0")
+ (version "2.40.1")
(source
(origin
(method git-fetch)
@@ -45,7 +45,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0yjip7i8ldjcb28qsl4w27ppnsxbkfxbk31r159b10vgv60q0jph"))
+ (base32 "0m14ymwy1jzslfk91vscdk4mpb1n2cgf620p652jm8i0k56l1bfp"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -67,7 +67,7 @@
#~(modify-phases %standard-phases
(add-before 'configure 'force-system-xxhash
(lambda _
- (substitute* "lib/common.h"
+ (substitute* "lib/lib.h"
(("#include \"../third-party/xxhash/xxhash.h\"")
"#include <xxhash.h>"))))
(add-before 'configure 'fix-compiler-name-in-test