diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-17 10:24:31 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:49 +0100 |
| commit | c2a0ac60b8fb77a8eb94709f4ce600644dc8ddf0 (patch) | |
| tree | 6407cd1d50490e6ed9625737b16a2562547926b8 /gnu | |
| parent | 2c414093831cb7eb6e412c8b042b4f6fae3073db (diff) | |
gnu: mcy: Update to 0.61.
* gnu/packages/electronics.scm (mcy): Update to 0.61.
[description]: Update.
Change-Id: I419804757b524f4a5c7a37de613457a1916ef44a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 855335bc21b..da8ecfd1c36 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1322,7 +1322,7 @@ versus schematic} tests and can assist with automatic routing.") (define-public mcy (package (name "mcy") - (version "0.60") + (version "0.61") (source (origin (method git-fetch) @@ -1377,8 +1377,9 @@ versus schematic} tests and can assist with automatic routing.") (home-page "https://yosyshq.readthedocs.io/projects/mcy/en/latest/") (synopsis "Mutation Cover with Yosys") (description - "@command{Mcy} is a tool to help digital designers and project managers -understand and improve testbench coverage.") + "@command{Mcy} is an @acronym{EDA, Electronic Design Automation} tool to +help digital designers and project managers understand and improve testbench +coverage.") (license license:isc))) (define-public nextpnr |
