guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gtkwave: Update to 3.3.109.


From: guix-commits
Subject: 05/06: gnu: gtkwave: Update to 3.3.109.
Date: Thu, 6 May 2021 20:21:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a06a041579f041aa91657b4bd942297fd3b37619
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 02:16:05 2021 +0200

    gnu: gtkwave: Update to 3.3.109.
    
    * gnu/packages/fpga.scm (gtkwave): Update to 3.3.109.
---
 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 8c23258..809a807 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -349,7 +349,7 @@ FOSS FPGA place and route tool.")
 (define-public gtkwave
   (package
     (name "gtkwave")
-    (version "3.3.108")
+    (version "3.3.109")
     (source
      (origin
        (method url-fetch)
@@ -359,7 +359,7 @@ FOSS FPGA place and route tool.")
                   (string-append "http://gtkwave.sourceforge.net/";
                                  "gtkwave-" version ".tar.gz")))
        (sha256
-        (base32 "0fzbap72zm4ka6n85j0873fpaarrx199ay0kjw1avrs20hs4gr7c"))))
+        (base32 "0pf0qf40wggn03v3w5hm35vsg5n0src10n769nx8d03jkdg7wj6a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gperf" ,gperf)



reply via email to

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