guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtkwave: Update to 3.3.101.


From: guix-commits
Subject: 01/01: gnu: gtkwave: Update to 3.3.101.
Date: Sat, 8 Jun 2019 01:31:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e6764c1d290a4233a34b5e6751c6d89f05823a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 8 07:21:01 2019 +0200

    gnu: gtkwave: Update to 3.3.101.
    
    * gnu/packages/fpga.scm (gtkwave): Update to 3.3.101.
---
 gnu/packages/fpga.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 83854ef..7b661d3 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 <address@hidden>
 ;;; Copyright © 2016, 2017 Theodoros Foradis <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Amin Bandali <address@hidden>
 ;;;
 ;;; 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)



reply via email to

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