gnu: gtkwave: Update to 3.3.109.

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.109.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-07 02:16:05 +02:00
parent 6b4f87fa69
commit a06a041579
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -349,7 +349,7 @@ (define-public arachne-pnr
(define-public gtkwave (define-public gtkwave
(package (package
(name "gtkwave") (name "gtkwave")
(version "3.3.108") (version "3.3.109")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -359,7 +359,7 @@ (define-public gtkwave
(string-append "http://gtkwave.sourceforge.net/" (string-append "http://gtkwave.sourceforge.net/"
"gtkwave-" version ".tar.gz"))) "gtkwave-" version ".tar.gz")))
(sha256 (sha256
(base32 "0fzbap72zm4ka6n85j0873fpaarrx199ay0kjw1avrs20hs4gr7c")))) (base32 "0pf0qf40wggn03v3w5hm35vsg5n0src10n769nx8d03jkdg7wj6a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gperf" ,gperf) `(("gperf" ,gperf)