all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73701] [PATCH] gnu: yosys: Update to 0.45.
@ 2024-10-08  8:49 Cayetano Santos via Guix-patches via
  2024-10-09  6:54 ` bug#73701: " Cayetano Santos via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-08  8:49 UTC (permalink / raw)
  To: 73701; +Cc: Cayetano Santos

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73701: [PATCH] gnu: yosys: Update to 0.45.
  2024-10-08  8:49 [bug#73701] [PATCH] gnu: yosys: Update to 0.45 Cayetano Santos via Guix-patches via
@ 2024-10-09  6:54 ` Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-10-09  6:54 UTC (permalink / raw)
  To: 73701-done


Wrong patch.

>mar. 08 oct. 2024 at 10:49, Cayetano Santos <csantosb@inventati.org> wrote:

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-09  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  8:49 [bug#73701] [PATCH] gnu: yosys: Update to 0.45 Cayetano Santos via Guix-patches via
2024-10-09  6:54 ` bug#73701: " Cayetano Santos via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.