guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: iverilog: Update to 10.2.


From: Tobias Geerinckx-Rice
Subject: 20/21: gnu: iverilog: Update to 10.2.
Date: Mon, 19 Feb 2018 00:07:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c046904d7470027f2666d5ba652d8385f719c779
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 19 05:34:34 2018 +0100

    gnu: iverilog: Update to 10.2.
    
    * gnu/packages/fpga.scm (iverilog): Update to 10.2.
---
 gnu/packages/fpga.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index f3dc805..0144b01 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -1,6 +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>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -83,7 +84,7 @@ formal verification.")
 (define-public iverilog
   (package
     (name "iverilog")
-    (version "10.1.1")
+    (version "10.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -91,7 +92,7 @@ formal verification.")
                               "verilog-" version ".tar.gz"))
               (sha256
                 (base32
-                   "1nnassxvq30rnn0r2p85rkb2zwxk97p109y13x3vr365wzgpbapx"))))
+                   "0075x5nsxwkrgn7b3635il9kw7mslckaji518pdmwdrdn7fxppln"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("flex" ,flex)



reply via email to

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