gnu: nvc: Update to 1.11.3.

* gnu/packages/fpga.scm (nvc): Update to 1.11.3.
[inputs]: Add zstd.

Change-Id: I7347a047a559c15beec75bfe5feb0b15a6cc5584
This commit is contained in:
Danny Milosavljevic 2024-02-10 01:50:36 +01:00
parent 6dcc097cd8
commit a303cb9a20
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -425,7 +425,7 @@ (define-public python-myhdl
(define-public nvc (define-public nvc
(package (package
(name "nvc") (name "nvc")
(version "1.9.2") (version "1.11.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -434,7 +434,7 @@ (define-public nvc
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0zifyn7fr4k73ga6iwvsbsl6gi5106vlv5mkmqs0svi0sqx847f4")))) "0rh6xwzr1drgwa04gx6w4r968yxlvfkvzg92950akf7wyxf331k7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:out-of-source? #t `(#:out-of-source? #t
@ -457,7 +457,8 @@ (define-public nvc
(inputs (inputs
(list elfutils (list elfutils
llvm-9 llvm-9
libffi)) libffi
`(,zstd "lib")))
(synopsis "VHDL compiler and simulator") (synopsis "VHDL compiler and simulator")
(description "This package provides a VHDL compiler and simulator.") (description "This package provides a VHDL compiler and simulator.")
(home-page "https://www.nickg.me.uk/nvc/") (home-page "https://www.nickg.me.uk/nvc/")