guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fcdfedc54e008d1978b4ff924b14cffa7bfdd202
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Mar 4 09:09:30 2026 +0100
gnu: yosys: Update to 0.63.
* gnu/packages/electronics.scm (yosys): Update to 0.63.
[native-inputs]: Add googletest.
Change-Id: I84809a08c0216142cd5e78142ffb95668e1a6160
---
gnu/packages/electronics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index db7a6d0c5a..de152a19f2 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -4116,7 +4116,7 @@ parallel computing platforms. It also supports serial
execution.")
(define-public yosys
(package
(name "yosys")
- (version "0.62")
+ (version "0.63")
(source
(origin
(method git-fetch)
@@ -4124,7 +4124,7 @@ parallel computing platforms. It also supports serial
execution.")
(url "https://github.com/YosysHQ/yosys")
(commit (string-append "v" version))))
(sha256
- (base32 "1x4j191wsp276jallp0xr92z19q4r5ddy2vr8vli95nrn5chy1hl"))
+ (base32 "1iaafzsc0pbd61m5hh12nzr2z4rn4n7i68l6ij9vli4m5zsxw39k"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -4196,6 +4196,7 @@ parallel computing platforms. It also supports serial
execution.")
cxxopts ;header-only library
flex
gawk ;for the tests and "make" progress
pretty-printing
+ googletest
gtkwave ;for the tests
iverilog ;for the tests
perl