mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bc4c236f2b
commit
f76b9c4fdf
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
(define-public mold
|
||||
(package
|
||||
(name "mold")
|
||||
(version "2.38.0")
|
||||
(version "2.38.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -45,7 +45,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a"))
|
||||
(base32 "0g7hjvbjiyrvrggigwfcia2nlpcz4rfgwxb1cml31g4f0yk3ibg7"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue