guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2fb457cc3fd5392e4b8ad4e51351075413e8490c
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Nov 21 12:18:53 2025 +0100

    gnu: yosys: Update to 0.59.1.
    
    * gnu/packages/electronics.scm (yosys): Update to 0.59.1.
    
    Change-Id: I1f31cdc04dae2f4645cd65009886ae94391aadf1
---
 gnu/packages/electronics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 0d1e2d7719..3d9ab65f69 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -2954,7 +2954,7 @@ parallel computing platforms.  It also supports serial 
execution.")
 (define-public yosys
   (package
     (name "yosys")
-    (version "0.59")
+    (version "0.59.1")
     (source
      (origin
        (method git-fetch)
@@ -2962,7 +2962,7 @@ parallel computing platforms.  It also supports serial 
execution.")
               (url "https://github.com/YosysHQ/yosys";)
               (commit (string-append "v" version))))
        (sha256
-        (base32 "0bgijlivkhq338rbd056pjhdbjgwbd8l10afzp2dzlhn03j4l140"))
+        (base32 "1fjvhsxk9g1q072bfpp8vxwyiaa73nn0b20ciff2gl2jnp07fvpp"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to