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