mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gtkwave: Update to 3.3.107.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.107.
This commit is contained in:
parent
199dfe916b
commit
e1a2c23e7e
1 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ (define-public arachne-pnr
|
|||
(define-public gtkwave
|
||||
(package
|
||||
(name "gtkwave")
|
||||
(version "3.3.106")
|
||||
(version "3.3.107")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -350,7 +350,7 @@ (define-public gtkwave
|
|||
(string-append "http://gtkwave.sourceforge.net/"
|
||||
"gtkwave-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "1pyij6dlmapjyzrmn255fkf8gyhz8i4vaipd75a68i2bnq021nn8"))))
|
||||
(base32 "1ibnhn7w1awalsbndbb5nilbmih3i3dwfry95mq5sn221l5n7zj8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("gperf" ,gperf)
|
||||
|
|
Loading…
Reference in a new issue