summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-22 05:28:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-22 06:20:00 +0100
commit18a3f33ee626939aa8d49919acb943d0c09a6f6c (patch)
tree6447814f0a9fca65746e4614fc98867d568467cf
parent82f81ffac6d3cacfab33fa6bed3758eb974cb29f (diff)
downloadpatches-18a3f33ee626939aa8d49919acb943d0c09a6f6c.tar
patches-18a3f33ee626939aa8d49919acb943d0c09a6f6c.tar.gz
gnu: gtkwave: Update to 3.3.103.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.103.
-rw-r--r--gnu/packages/fpga.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 4411dfe895..46c917b0d5 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -301,7 +301,7 @@ Includes the actual FTDI connector.")
(define-public gtkwave
(package
(name "gtkwave")
- (version "3.3.101")
+ (version "3.3.103")
(source
(origin
(method url-fetch)
@@ -311,7 +311,7 @@ Includes the actual FTDI connector.")
(string-append "http://gtkwave.sourceforge.net/"
"gtkwave-" version ".tar.gz")))
(sha256
- (base32 "1j6capxwgi8aj3sgqg1r7161icni9y8y93g1rl3bzd3s40jcyhsz"))))
+ (base32 "1xzaxqbabj4sb4n10yki5acglx3736pwl3kwlq4k7i96rzvsn9f3"))))
(build-system gnu-build-system)
(native-inputs
`(("gperf" ,gperf)