mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: mold: Update to 2.39.1.
* gnu/packages/mold.scm (mold): Update to 2.39.1. Change-Id: Ib3ec4f3d03650218dbea2e6e22f5950399517137 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
28fe618626
commit
d7532d6970
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
|||
(define-public mold
|
||||
(package
|
||||
(name "mold")
|
||||
(version "2.39.0")
|
||||
(version "2.39.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w32jmbqryc5n1ackcawpg88v74ydc0n2fxsgf4kgpsda99k2gqd"))
|
||||
(base32 "09wpn1lxhq8mcq927j6m9s34m39v937acpi099lln5sz85mahbmq"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue