mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-07 17:55:55 +02:00
gnu: yosys: Update to 0.52.
* gnu/packages/fpga.scm (yosys): Update to 0.52. Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
committed by
Zheng Junjie
parent
4fd529dce9
commit
ef4b76aac0
@@ -157,7 +157,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||
(define-public yosys
|
||||
(package
|
||||
(name "yosys")
|
||||
(version "0.51")
|
||||
(version "0.52")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -165,7 +165,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
||||
(url "https://github.com/YosysHQ/yosys")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm"))
|
||||
(base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user