gnu: mold: Update to 2.36.0.

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

Change-Id: I71c149a0012a5c37008a9d62b0a6f5d3cc6fb553
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Ashish SHUKLA 2025-01-09 08:26:21 +00:00 committed by Zheng Junjie
parent 9527122a75
commit b6ab537064
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -36,7 +36,7 @@ (define-module (gnu packages mold)
(define-public mold
(package
(name "mold")
(version "2.35.1")
(version "2.36.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 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb"))
(base32 "1x7rcl9kx4fnarnxq7nbldh4vi5smhc613l6kn60afsgc8di14cl"))
(modules '((guix build utils)))
(snippet
#~(begin