gnu: gtkwave: Update to 3.3.103.

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.103.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-22 05:28:52 +01:00
parent 82f81ffac6
commit 18a3f33ee6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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