mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
gnu: yosys: Update to 0.54.
* gnu/packages/fpga.scm (yosys): Update to 0.54. Change-Id: Iff161b61efa42a0903976c01fb81a62c745ec2e4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
aa71f9182c
commit
0bbb7edbfd
1 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
|||
(define-public yosys
|
||||
(package
|
||||
(name "yosys")
|
||||
(version "0.53")
|
||||
(version "0.54")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -194,7 +194,7 @@ For synthesis, the compiler generates netlists in the desired format.")
|
|||
(url "https://github.com/YosysHQ/yosys")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "01pcf20dpm0gjfzr9bvw4w7cgc390gqg3xfnir9d6x0nr8k6lljh"))
|
||||
(base32 "11khf0wrfixhp35bk9ddzipns6kxz20v3g9c3hb2bfc6a549sg04"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue