This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6008cc4da3 gnu: symbiyosys: Update to 0.53.
6008cc4da3 is described below

commit 6008cc4da3531ca905a7127975be415c6b2a0bae
Author: Cayetano Santos <csant...@inventati.org>
AuthorDate: Sun May 25 19:23:58 2025 +0200

    gnu: symbiyosys: Update to 0.53.
    
    * gnu/packages/electronics.scm (symbiyosys): Update to 0.53.
    
    Change-Id: Ib6839ac2b2feedb6c9d37959a82fc2f0c653661b
---
 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 dc9de79ffa..5910b5cc39 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -769,7 +769,7 @@ them usable as simple logic analyzer and/or oscilloscope 
hardware.")
 (define-public symbiyosys
   (package
     (name "symbiyosys")
-    (version "0.52")
+    (version "0.53")
     (source
      (origin
        (method git-fetch)
@@ -778,7 +778,7 @@ them usable as simple logic analyzer and/or oscilloscope 
hardware.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06nhkmnl9ymp1wxapc0lnj82knj5q43x0s2rmfshwvs4cijzqm7f"))))
+        (base32 "0caabl2r6gw8licykq79blzrkz0189b08d5czlrgm1jmnqmp1kfa"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to