mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mold: Update to 2.38.0.
* gnu/packages/mold.scm (mold): Update to 2.38.0. Change-Id: I3f6cb3c7f454885f54a47338b51c558c0a4f8981 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
c3ef65cd0b
commit
62b7eee95e
@@ -36,7 +36,7 @@
|
||||
(define-public mold
|
||||
(package
|
||||
(name "mold")
|
||||
(version "2.37.1")
|
||||
(version "2.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -45,7 +45,7 @@
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1899vdj1g4ni340kvnxhi4zwax0zn5133a1wc40fjf0d7yhvfqv4"))
|
||||
(base32 "1blmgz08a0g9k5dksimn5dr6zl286ia2wx6325c1swqn536agm5a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
||||
Reference in New Issue
Block a user