mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0a5f20775f
commit
760937c6e7
1 changed files with 2 additions and 2 deletions
|
@ -1077,7 +1077,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
|
|||
(define-public symbiyosys
|
||||
(package
|
||||
(name "symbiyosys")
|
||||
(version "0.55")
|
||||
(version "0.56")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1086,7 +1086,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 "1nxaijz7afpa1y8i4pbpadgv7kpz8rk02j42kxjpv117lxd3g9za"))))
|
||||
(base32 "0w95svb9vgvfqbbvqaq6jkia5jldbai9l7r8nrx93wcfrm82r36x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue