gnu: mold: Update to 2.38.1.

* gnu/packages/mold.scm (mold): Update to 2.38.1.

Change-Id: Ic2f4fc35687e3081ab5c9fb2d3c8817245980c44
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Ashish SHUKLA 2025-04-28 09:38:58 +02:00 committed by Zheng Junjie
parent bc4c236f2b
commit f76b9c4fdf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -36,7 +36,7 @@
(define-public mold (define-public mold
(package (package
(name "mold") (name "mold")
(version "2.38.0") (version "2.38.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -45,7 +45,7 @@
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a")) (base32 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(begin #~(begin