gnu: symbiyosys: Update to 0.56.

* gnu/packages/electronics.scm (symbiyosys): Update to 0.56.

Change-Id: I19d81e98d3d79579386f175d65196acee5842c35
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Cayetano Santos 2025-08-12 15:03:33 +02:00 committed by Maxim Cournoyer
parent 0a5f20775f
commit 760937c6e7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1077,7 +1077,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
(define-public symbiyosys (define-public symbiyosys
(package (package
(name "symbiyosys") (name "symbiyosys")
(version "0.55") (version "0.56")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1086,7 +1086,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1nxaijz7afpa1y8i4pbpadgv7kpz8rk02j42kxjpv117lxd3g9za")))) (base32 "0w95svb9vgvfqbbvqaq6jkia5jldbai9l7r8nrx93wcfrm82r36x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list