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:
Cayetano Santos 2025-03-17 12:26:02 +01:00 committed by Ludovic Courtès
parent 8e30f6951f
commit c5b28a3d4a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -157,7 +157,7 @@ For synthesis, the compiler generates netlists in the desired format.")
(define-public yosys (define-public yosys
(package (package
(name "yosys") (name "yosys")
(version "0.50") (version "0.51")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -165,7 +165,7 @@ For synthesis, the compiler generates netlists in the desired format.")
(url "https://github.com/YosysHQ/yosys") (url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "13fmxsg668fqggq4jyflhd5js2m8r52gb407mfqzcqzq59129gmz")) (base32 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments