apteryx pushed a commit to branch master in repository guix. commit 3f955bd24354b38ebb990bd61ed894b6816fea2c Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Sun May 11 20:51:31 2025 +0200
gnu: yosys: Update to 0.53. * gnu/packages/fpga.scm (yosys): Update to 0.53. Change-Id: I7bd53033860ca9bcad367c4360625ac406fbad04 Signed-off-by: Maxim Cournoyer <maxim.courno...@gmail.com> Reviewed-by: Gabriel Wicki <gabr...@erlikon.ch> --- gnu/packages/fpga.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 2019700d72..7472e94388 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -183,7 +183,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.52") + (version "0.53") (source (origin (method git-fetch) @@ -191,7 +191,7 @@ For synthesis, the compiler generates netlists in the desired format.") (url "https://github.com/YosysHQ/yosys") (commit (string-append "v" version)))) (sha256 - (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm")) + (base32 "01pcf20dpm0gjfzr9bvw4w7cgc390gqg3xfnir9d6x0nr8k6lljh")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments