From ef4b76aac0501e9ae0cbf3cd6ad0e5c51164f200 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Thu, 10 Apr 2025 11:52:08 +0200 Subject: [PATCH] gnu: yosys: Update to 0.52. * gnu/packages/fpga.scm (yosys): Update to 0.52. Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55 Signed-off-by: Zheng Junjie --- 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 df9a34694e4..abd3859c083 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -157,7 +157,7 @@ For synthesis, the compiler generates netlists in the desired format.") (define-public yosys (package (name "yosys") - (version "0.51") + (version "0.52") (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 "091acyz3bs20shsbavqnd11n0jcx3fqal4rfg6gdf314bx6nrydm")) + (base32 "1wf7z3fwfy00kng8hmdjy8zpj4hqqznjjk6wha10ij0sy1y1fwhm")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments