guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 81e39f4878d41d866c6b9c2621fa776df4737565
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 17 10:24:31 2026 +0100

    gnu: mcy: Update to 0.61.
    
    * gnu/packages/electronics.scm (mcy): Update to 0.61.
    [description]: Update.
    
    Change-Id: I419804757b524f4a5c7a37de613457a1916ef44a
---
 gnu/packages/electronics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 5bbda261d9..ad16c2bc02 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -1330,7 +1330,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)
@@ -1385,8 +1385,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

Reply via email to