3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: verilator: Update to 4.110.

* gnu/packages/fpga.scm (verilator): Update to 4.110.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-06 01:21:04 +01:00
parent faaf7ef335
commit 1462a11dbb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -502,7 +502,7 @@ using different abstraction levels.")
(define-public verilator
(package
(name "verilator")
(version "4.108")
(version "4.110")
(source
(origin
(method git-fetch)
@ -511,7 +511,7 @@ using different abstraction levels.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0kcs0p8i2hiw348xqqh49pmllqspbzh2ljwmia03b42md5h4x5vf"))))
(base32 "1lm2nyn7wzxj5y0ffwazhb4ygnmqf4d61sl937vmnmrpvdihsrrq"))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)