1
Fork 0
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:
Cayetano Santos 2025-06-11 11:19:26 +02:00 committed by Ludovic Courtès
parent aa71f9182c
commit 0bbb7edbfd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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