[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: iverilog: Update to 10.3.
From: |
guix-commits |
Subject: |
06/09: gnu: iverilog: Update to 10.3. |
Date: |
Mon, 26 Aug 2019 09:57:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f27cb0f1dd5ba445e9fef982b0e8554c0af84aee
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Aug 26 15:28:44 2019 +0200
gnu: iverilog: Update to 10.3.
* gnu/packages/fpga.scm (iverilog): Update to 10.3.
---
gnu/packages/fpga.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 7b661d3..b4f259b 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -85,20 +85,20 @@ formal verification.")
(define-public iverilog
(package
(name "iverilog")
- (version "10.2")
+ (version "10.3")
(source (origin
(method url-fetch)
(uri
(string-append "ftp://ftp.icarus.com/pub/eda/verilog/v10/"
"verilog-" version ".tar.gz"))
(sha256
- (base32
- "0075x5nsxwkrgn7b3635il9kw7mslckaji518pdmwdrdn7fxppln"))))
+ (base32
+ "1vv88ckvfwq7mrysyjnilsrcrzm9d173kp9w5ivwh6rdw7klbgc6"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)
("bison" ,bison)
- ("ghostscript" ,ghostscript))) ; ps2pdf
+ ("ghostscript" ,ghostscript))) ; ps2pdf
(home-page "http://iverilog.icarus.com/")
(synopsis "FPGA Verilog simulation and synthesis tool")
(description "Icarus Verilog is a Verilog simulation and synthesis tool.
- branch master updated (6cef554 -> 3c56d03), guix-commits, 2019/08/26
- 04/09: gnu: mupen64plus-rsp-hle: Use HTTPS home page., guix-commits, 2019/08/26
- 06/09: gnu: iverilog: Update to 10.3.,
guix-commits <=
- 03/09: gnu: mupen64plus-input-sdl: Use HTTPS home page., guix-commits, 2019/08/26
- 02/09: gnu: mupen64plus-audio-sdl: Use HTTPS home page., guix-commits, 2019/08/26
- 05/09: gnu: mupen64plus-rsp-z64: Use HTTPS home page., guix-commits, 2019/08/26
- 01/09: gnu: mupen64plus-core: Use HTTPS home page., guix-commits, 2019/08/26
- 07/09: installer: Show, don't Hide., guix-commits, 2019/08/26
- 08/09: installer: Partition as the last step., guix-commits, 2019/08/26
- 09/09: installer: Hide the Wi-Fi passphrase by default., guix-commits, 2019/08/26