diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-07-30 17:39:38 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-30 18:16:57 +0200 |
| commit | 3a526c8995fa3f6621a8ebbb42f243426e58aec8 (patch) | |
| tree | f9e3d7e9dde08a6a186d947fc1e10512c179c808 | |
| parent | 59e5efe011b22fcc2cae10573a62ae27c34d3510 (diff) | |
gnu: mold: Update to 2.40.3.
* gnu/packages/mold.scm (mold): Update to 2.40.3.
Change-Id: Ib78125773cfe91ce53db637be7bd7c836ec8c741
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/mold.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm index 18a0a32896a..47b577cef16 100644 --- a/gnu/packages/mold.scm +++ b/gnu/packages/mold.scm @@ -36,7 +36,7 @@ (define-public mold (package (name "mold") - (version "2.40.2") + (version "2.40.3") (source (origin (method git-fetch) @@ -45,7 +45,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1pz88wkm0mmj2vfg9wzy6vimajlbrvlqnkllfj4vwnchf328ig8d")) + (base32 "0a19k2y56j7i1iw1hxnmwz1x53lf6v9gc8cda5sj7838xnyslkyc")) (modules '((guix build utils))) (snippet #~(begin |
