~ruther/guix-local

0f137462220f055ca9a4bb22031ac0d503812f30 — Cayetano Santos 1 year, 3 months ago 49cb321
gnu: yosys: Update to 0.49.

* gnu/packages/fpga.scm (yosys): Update to 0.49.

Change-Id: I19963b3e0dffaa1e4e4698f09f2be09055469baa
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/fpga.scm
M gnu/packages/fpga.scm => gnu/packages/fpga.scm +2 -2
@@ 154,7 154,7 @@ For synthesis, the compiler generates netlists in the desired format.")
(define-public yosys
  (package
    (name "yosys")
    (version "0.48")
    (version "0.49")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 162,7 162,7 @@ For synthesis, the compiler generates netlists in the desired format.")
                    (commit (string-append "v" version))))
              (sha256
               (base32
                "1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc"))
                "0mw8csk91s72vl73a9ngc3rrwhr4rfr8fm0abfycj3wcy8n3zr57"))
              (file-name (git-file-name name version))))
    (build-system gnu-build-system)
    (arguments