This is an automated email from the git hooks/post-receive script.

z572 pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ef4b76aac0 gnu: yosys: Update to 0.52.
ef4b76aac0 is described below

commit ef4b76aac0501e9ae0cbf3cd6ad0e5c51164f200
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Apr 10 11:52:08 2025 +0200

    gnu: yosys: Update to 0.52.
    
    * gnu/packages/fpga.scm (yosys): Update to 0.52.
    
    Change-Id: I1425becfad1b210d3cea22c6654468b53407aa55
    Signed-off-by: Zheng Junjie <[email protected]>
---
 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 df9a34694e..abd3859c08 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

Reply via email to