mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: yosys: Update to 0.59.1.
* gnu/packages/electronics.scm (yosys): Update to 0.59.1. Change-Id: I1f31cdc04dae2f4645cd65009886ae94391aadf1
This commit is contained in:
parent
e736d781a1
commit
2fb457cc3f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue