gnu: nvc: Update to 1.9.2.

* gnu/packages/fpga.scm (nvc): Update to 1.9.2.
This commit is contained in:
Danny Milosavljevic 2023-06-26 14:50:24 +02:00
parent 1bc878ded2
commit 05a7f7bf6e
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
(package
(name "nvc")
(version "1.8.1")
(version "1.9.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -434,7 +434,7 @@ (define-public nvc
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"03dnn77n50b5n06gd81hh36gh0h2nc266yzwl70qjlb00qs8cf7p"))))
"0zifyn7fr4k73ga6iwvsbsl6gi5106vlv5mkmqs0svi0sqx847f4"))))
(build-system gnu-build-system)
(arguments
`(#:out-of-source? #t