gnu: iverilog: Update to 10.3.
* gnu/packages/fpga.scm (iverilog): Update to 10.3.
This commit is contained in:
parent
24b03073e5
commit
f27cb0f1dd
|
@ -85,7 +85,7 @@ formal verification.")
|
|||
(define-public iverilog
|
||||
(package
|
||||
(name "iverilog")
|
||||
(version "10.2")
|
||||
(version "10.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -93,7 +93,7 @@ formal verification.")
|
|||
"verilog-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0075x5nsxwkrgn7b3635il9kw7mslckaji518pdmwdrdn7fxppln"))))
|
||||
"1vv88ckvfwq7mrysyjnilsrcrzm9d173kp9w5ivwh6rdw7klbgc6"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("flex" ,flex)
|
||||
|
|
Loading…
Reference in New Issue