diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-08 07:21:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-08 07:30:26 +0200 |
commit | 7e6764c1d290a4233a34b5e6751c6d89f05823a6 (patch) | |
tree | 91593c822d3fe75124f636ef7ecd67303b3dc5cb /gnu/packages/fpga.scm | |
parent | de7f9b233fcd5513ac6605ab8626e6f2ee94cf5e (diff) | |
download | guix-7e6764c1d290a4233a34b5e6751c6d89f05823a6.tar guix-7e6764c1d290a4233a34b5e6751c6d89f05823a6.tar.gz |
gnu: gtkwave: Update to 3.3.101.
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.101.
Diffstat (limited to 'gnu/packages/fpga.scm')
-rw-r--r-- | gnu/packages/fpga.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 83854ef9c6..7b661d39ac 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2019 Amin Bandali <bandali@gnu.org> ;;; ;;; This file is part of GNU Guix. @@ -301,14 +301,14 @@ Includes the actual FTDI connector.") (define-public gtkwave (package (name "gtkwave") - (version "3.3.100") + (version "3.3.101") (source (origin (method url-fetch) (uri (string-append "http://gtkwave.sourceforge.net/" "gtkwave-" version ".tar.gz")) (sha256 (base32 - "1z60i5nh8dz8j9ii63fwaw7k0p3x0scp91478cxmdv4xhp4njlxa")))) + "1j6capxwgi8aj3sgqg1r7161icni9y8y93g1rl3bzd3s40jcyhsz")))) (build-system gnu-build-system) (native-inputs `(("gperf" ,gperf) |