guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73701] [PATCH] gnu: yosys: Update to 0.45.


From: Cayetano Santos
Subject: [bug#73701] [PATCH] gnu: yosys: Update to 0.45.
Date: Tue, 8 Oct 2024 10:49:27 +0200

* gnu/packages/fpga.scm (yosys): Update to 0.45.
---
 gnu/packages/fpga.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 68f36d501f..8d3f6d98ed 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -141,7 +141,7 @@ (define-public iverilog
 (define-public yosys
   (package
     (name "yosys")
-    (version "0.26")
+    (version "0.45")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -209,6 +209,7 @@ (define-public yosys
     (inputs
      (list abc
            graphviz
+           bash-minimal
            gtkwave
            libffi
            psmisc

base-commit: d44beb9b4ad836781928a0c5667e94c0d6df13f0
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]