mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: nvc: Update to 1.9.2.
* gnu/packages/fpga.scm (nvc): Update to 1.9.2.
This commit is contained in:
parent
1bc878ded2
commit
05a7f7bf6e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue