Cayetano Santos via Guix-patches via writes: > * gnu/packages/fpga.scm (yosys): Update to 0.49. > > Change-Id: I19963b3e0dffaa1e4e4698f09f2be09055469baa > --- > 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 fadf72ba1d..d07130c2bc 100644 > --- a/gnu/packages/fpga.scm > +++ b/gnu/packages/fpga.scm > @@ -154,7 +154,7 @@ (define-public iverilog > (define-public yosys > (package > (name "yosys") > - (version "0.48") > + (version "0.49") > (source (origin > (method git-fetch) > (uri (git-reference > @@ -162,7 +162,7 @@ (define-public yosys > (commit (string-append "v" version)))) > (sha256 > (base32 > - "1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc")) > + "0mw8csk91s72vl73a9ngc3rrwhr4rfr8fm0abfycj3wcy8n3zr57")) > (file-name (git-file-name name version)))) > (build-system gnu-build-system) > (arguments > > base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d Can you try fixing arachne-pnr@0.0-2-840bdfdeb nextpnr-ice40@0.7 or send a patch to remove them? They seem to be broken for a long time. This patch pushed, closing.