guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: gtkwave: Update to 3.3.107.


From: guix-commits
Subject: 01/14: gnu: gtkwave: Update to 3.3.107.
Date: Tue, 13 Oct 2020 14:08:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e1a2c23e7e716046c4f1753089d6caf2a410449f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 13 15:18:10 2020 +0200

    gnu: gtkwave: Update to 3.3.107.
    
    * gnu/packages/fpga.scm (gtkwave): Update to 3.3.107.
---
 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 f07c726..c43b005 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -340,7 +340,7 @@ FOSS FPGA place and route tool.")
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.106")
+    (version "3.3.107")
     (source
      (origin
        (method url-fetch)
@@ -350,7 +350,7 @@ FOSS FPGA place and route tool.")
                   (string-append "http://gtkwave.sourceforge.net/";
                                  "gtkwave-" version ".tar.gz")))
        (sha256
-        (base32 "1pyij6dlmapjyzrmn255fkf8gyhz8i4vaipd75a68i2bnq021nn8"))))
+        (base32 "1ibnhn7w1awalsbndbb5nilbmih3i3dwfry95mq5sn221l5n7zj8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gperf" ,gperf)



reply via email to

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