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>
This commit is contained in:
Cayetano Santos 2025-01-22 11:12:10 +01:00 committed by Zheng Junjie
parent 0f13746222
commit deafd4b03a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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