mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yosys: Update to 0.51.
* gnu/packages/fpga.scm (yosys): Update to 0.51. Change-Id: Ic9f6da5e48c8eea1f897f70b32c3000c5377fdfe Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8e30f6951f
commit
c5b28a3d4a
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
|||
(define-public yosys
|
||||
(package
|
||||
(name "yosys")
|
||||
(version "0.50")
|
||||
(version "0.51")
|
||||
(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 "13fmxsg668fqggq4jyflhd5js2m8r52gb407mfqzcqzq59129gmz"))
|
||||
(base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue