~ruther/guix-local

deafd4b03a0681d07f9569919d5ffe5c7f11829a — Cayetano Santos 1 year, 2 months ago 0f13746
gnu: nvc: Update to 1.15.0.

* gnu/packages/fpga.scm (nvc): Update to 1.15.0.

Change-Id: I57daabd058131048af538388a01a3cb0cddc13e4
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
@@ 554,7 554,7 @@ automated testing of HDL code.")
(define-public nvc
  (package
    (name "nvc")
    (version "1.14.0")
    (version "1.15.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 563,7 563,7 @@ automated testing of HDL code.")
              (file-name (string-append name "-" version "-checkout"))
              (sha256
               (base32
                "1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5"))))
                "1bcilpdd6qg0vwvbwjb4rcs0j051sc53yalxsgz8r8gm123ck40j"))))
    (build-system gnu-build-system)
    (arguments
     `(#:out-of-source? #t