[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nvc: Update to 1.11.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nvc: Update to 1.11.3. |
Date: |
Fri, 09 Feb 2024 19:52:36 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a303cb9a20 gnu: nvc: Update to 1.11.3.
a303cb9a20 is described below
commit a303cb9a20030433519e254c5396b4d3e29dba5f
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sat Feb 10 01:50:36 2024 +0100
gnu: nvc: Update to 1.11.3.
* gnu/packages/fpga.scm (nvc): Update to 1.11.3.
[inputs]: Add zstd.
Change-Id: I7347a047a559c15beec75bfe5feb0b15a6cc5584
---
gnu/packages/fpga.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 13ac1a0b57..ba0d169fbc 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -425,7 +425,7 @@ a hardware description and verification language.")
(define-public nvc
(package
(name "nvc")
- (version "1.9.2")
+ (version "1.11.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -434,7 +434,7 @@ a hardware description and verification language.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0zifyn7fr4k73ga6iwvsbsl6gi5106vlv5mkmqs0svi0sqx847f4"))))
+ "0rh6xwzr1drgwa04gx6w4r968yxlvfkvzg92950akf7wyxf331k7"))))
(build-system gnu-build-system)
(arguments
`(#:out-of-source? #t
@@ -457,7 +457,8 @@ a hardware description and verification language.")
(inputs
(list elfutils
llvm-9
- libffi))
+ libffi
+ `(,zstd "lib")))
(synopsis "VHDL compiler and simulator")
(description "This package provides a VHDL compiler and simulator.")
(home-page "https://www.nickg.me.uk/nvc/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nvc: Update to 1.11.3.,
guix-commits <=