guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gtkwave: Update to 3.3.100.


From: guix-commits
Subject: 05/05: gnu: gtkwave: Update to 3.3.100.
Date: Wed, 17 Apr 2019 00:16:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38dd8b60585fea6749a4fcd35ce167bdee8fb2e6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 17 06:15:36 2019 +0200

    gnu: gtkwave: Update to 3.3.100.
    
    * gnu/packages/fpga.scm (gtkwave): Update to 3.3.100.
---
 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 9760a75..83854ef 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -301,14 +301,14 @@ Includes the actual FTDI connector.")
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.99")
+    (version "3.3.100")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://gtkwave.sourceforge.net/";
                                   "gtkwave-" version ".tar.gz"))
               (sha256
                (base32
-                "0lc4y2vizrbxldjk5yw2i4y7pyprjdjqx3iafzjfnin694zp2630"))))
+                "1z60i5nh8dz8j9ii63fwaw7k0p3x0scp91478cxmdv4xhp4njlxa"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gperf" ,gperf)



reply via email to

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