From 8ff33c398ae92570a7ae0b260cd04da8fc8973c8 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Tue, 8 Oct 2024 14:55:44 +0200 Subject: [PATCH] gnu: nvc: Update to 1.14.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/fpga.scm (nvc): Update to 1.14.0. Signed-off-by: Ludovic Courtès --- 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 68f36d501f..b4ada59b9c 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -429,7 +429,7 @@ a hardware description and verification language.") (define-public nvc (package (name "nvc") - (version "1.11.3") + (version "1.14.0") (source (origin (method git-fetch) (uri (git-reference @@ -438,7 +438,7 @@ a hardware description and verification language.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0rh6xwzr1drgwa04gx6w4r968yxlvfkvzg92950akf7wyxf331k7")))) + "1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5")))) (build-system gnu-build-system) (arguments `(#:out-of-source? #t