gnu: yosys: Update to 0.48.

* gnu/packages/fpga.scm (yosys): Update to 0.48.

Change-Id: Ie54690664ae42dd306c465112ba3d9d1610c728f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Cayetano Santos 2024-12-16 22:43:11 +01:00 committed by Zheng Junjie
parent 696d949dcc
commit ecfcb052a6
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -152,15 +152,15 @@ (define-public iverilog
(define-public yosys
(package
(name "yosys")
(version "0.47")
(version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/YosysHQ/yosys")
(commit version)))
(commit (string-append "v" version))))
(sha256
(base32
"061sqb59vl61rshlwgv3n51x0fxd9x3lb6gfbdl7nzia8im7x0qm"))
"1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments