guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: gtkwave: Update to 3.3.103.


From: guix-commits
Subject: 04/06: gnu: gtkwave: Update to 3.3.103.
Date: Wed, 22 Jan 2020 00:20:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 18a3f33ee626939aa8d49919acb943d0c09a6f6c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 22 05:28:52 2020 +0100

    gnu: gtkwave: Update to 3.3.103.
    
    * gnu/packages/fpga.scm (gtkwave): Update to 3.3.103.
---
 gnu/packages/fpga.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 4411dfe..46c917b 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]