mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: gtkwave: Update to 3.3.103.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.103.
This commit is contained in:
parent
82f81ffac6
commit
18a3f33ee6
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue