mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: symbiyosys: Update to 0.55.
* gnu/packages/electronics.scm (symbiyosys): Update to 0.55. Change-Id: Ib1a8277b765283697136ee22f4e9ca15dd933123 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
40683f1d2e
commit
6c53b11e1c
1 changed files with 2 additions and 2 deletions
|
@ -861,7 +861,7 @@ them usable as simple logic analyzer and/or oscilloscope hardware.")
|
|||
(define-public symbiyosys
|
||||
(package
|
||||
(name "symbiyosys")
|
||||
(version "0.54")
|
||||
(version "0.55")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -870,7 +870,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 "072j4i9d4wn56w8vzdwgqhwf0q0jswlyf6sa21qkw0drwawyg0hm"))))
|
||||
(base32 "1nxaijz7afpa1y8i4pbpadgv7kpz8rk02j42kxjpv117lxd3g9za"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue