diff options
Diffstat (limited to 'gnu/packages/mold.scm')
-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 5650b075b4..113433f490 100644 --- a/gnu/packages/mold.scm +++ b/gnu/packages/mold.scm @@ -36,7 +36,7 @@ (define-public mold (package (name "mold") - (version "2.40.3") + (version "2.40.4") (source (origin (method git-fetch) @@ -45,7 +45,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a19k2y56j7i1iw1hxnmwz1x53lf6v9gc8cda5sj7838xnyslkyc")) + (base32 "05prkdr3v8wb8l99qrri9r27yar5yl8aiv1ns41b556ckdjdw8q6")) (modules '((guix build utils))) (snippet #~(begin |