[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: yosys: Update to 0.9.
From: |
guix-commits |
Subject: |
04/05: gnu: yosys: Update to 0.9. |
Date: |
Sun, 3 Nov 2019 12:28:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 922c84867ae15a55e3ab3b5060afa50959bce99e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 3 17:23:28 2019 +0100
gnu: yosys: Update to 0.9.
* gnu/packages/fpga.scm (yosys): Update to 0.9.
---
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 b4f259b..556eae3 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -120,7 +120,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
(define-public yosys
(package
(name "yosys")
- (version "0.8")
+ (version "0.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -129,7 +129,7 @@ For synthesis, the compiler generates netlists in the
desired format.")
(recursive? #t))) ; for the ‘iverilog’ submodule
(sha256
(base32
- "1qwbp8gynlklawzvpa4gdn2x0hs8zln0s3kxjqkhfcjfxffdcpvv"))
+ "0lb9r055h8y1vj2z8gm4ip0v06j5mk7f9zx9gi67kkqb7g4rhjli"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet