z572 pushed a commit to branch master
in repository guix.
commit ecfcb052a6056f7c7bd421cbc764160b53168d6e
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Dec 16 22:43:11 2024 +0100
gnu: yosys: Update to 0.48.
* gnu/packages/fpga.scm (yosys): Update to 0.48.
Change-Id: Ie54690664ae42dd306c465112ba3d9d1610c728f
Signed-off-by: Zheng Junjie <[email protected]>
---
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 81f91e7d0e..df0652ae44 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -152,15 +152,15 @@ For synthesis, the compiler generates netlists in the
desired format.")
(define-public yosys
(package
(name "yosys")
- (version "0.47")
+ (version "0.48")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/YosysHQ/yosys")
- (commit version)))
+ (commit (string-append "v" version))))
(sha256
(base32
- "061sqb59vl61rshlwgv3n51x0fxd9x3lb6gfbdl7nzia8im7x0qm"))
+ "1y5yrmw8b5l2s70451rcy83h0kavdjrsavwvxff3nrgqi3q4r1sc"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments