mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: gtkwave: Update to 3.3.121.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.121. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f8777ceca5
commit
0744f00e13
1 changed files with 2 additions and 2 deletions
|
@ -351,7 +351,7 @@ FOSS FPGA place and route tool.")
|
||||||
(define-public gtkwave
|
(define-public gtkwave
|
||||||
(package
|
(package
|
||||||
(name "gtkwave")
|
(name "gtkwave")
|
||||||
(version "3.3.113")
|
(version "3.3.121")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -361,7 +361,7 @@ FOSS FPGA place and route tool.")
|
||||||
(string-append "https://gtkwave.sourceforge.net/"
|
(string-append "https://gtkwave.sourceforge.net/"
|
||||||
"gtkwave-" version ".tar.gz")))
|
"gtkwave-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zqkfchmns5x90qxa8kg39bfhax3vxf1mrdz3lhyb9fz1gp4difn"))))
|
(base32 "15w3x3zx5klqg1vjkakixw9zwfnkib7gf376knf5sryakd3bc1av"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gperf pkg-config))
|
(list gperf pkg-config))
|
||||||
|
|
Loading…
Add table
Reference in a new issue