gnu: gtkwave: Update to 3.3.110.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.110.master
parent
12b31ab3b3
commit
e02faf3d82
|
@ -349,7 +349,7 @@ FOSS FPGA place and route tool.")
|
||||||
(define-public gtkwave
|
(define-public gtkwave
|
||||||
(package
|
(package
|
||||||
(name "gtkwave")
|
(name "gtkwave")
|
||||||
(version "3.3.109")
|
(version "3.3.110")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -359,7 +359,7 @@ FOSS FPGA place and route tool.")
|
||||||
(string-append "http://gtkwave.sourceforge.net/"
|
(string-append "http://gtkwave.sourceforge.net/"
|
||||||
"gtkwave-" version ".tar.gz")))
|
"gtkwave-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pf0qf40wggn03v3w5hm35vsg5n0src10n769nx8d03jkdg7wj6a"))))
|
(base32 "1hslmg39j9rays0cyash8zvrrbfyc55jdpq7hwc47ksr7bayvip4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gperf" ,gperf)
|
`(("gperf" ,gperf)
|
||||||
|
|
Reference in New Issue