gnu: gtkwave: Update to 3.3.104.

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.104.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-19 19:30:27 +02:00
parent 147499a469
commit 51fd92cef4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -340,7 +340,7 @@ (define-public arachne-pnr
(define-public gtkwave
(package
(name "gtkwave")
(version "3.3.103")
(version "3.3.104")
(source
(origin
(method url-fetch)
@ -350,7 +350,7 @@ (define-public gtkwave
(string-append "http://gtkwave.sourceforge.net/"
"gtkwave-" version ".tar.gz")))
(sha256
(base32 "1xzaxqbabj4sb4n10yki5acglx3736pwl3kwlq4k7i96rzvsn9f3"))))
(base32 "0kw9a33gx60kn069yhx5pyk39x1z3pwaj8l1qqwq943v62lx23fj"))))
(build-system gnu-build-system)
(native-inputs
`(("gperf" ,gperf)